fix(DB/Spells): Add extra craft chance for Super Healing Potion. (#20064)

Init.
This commit is contained in:
Benjamin Jackson
2024-09-28 10:48:58 -04:00
committed by GitHub
parent b07670f130
commit 23de736524

View File

@@ -0,0 +1,2 @@
DELETE FROM `skill_extra_item_template` WHERE `spellId` = 28551;
INSERT INTO `skill_extra_item_template` (`spellId`, `requiredSpecialization`, `additionalCreateChance`, `additionalMaxNum`) VALUES (28551, 28675, 14, 4);