fix(DB/Spells): Add extra craft chance for Super Healing Potion. (#20064)
Init.
This commit is contained in:
parent
b07670f130
commit
23de736524
1 changed files with 2 additions and 0 deletions
|
|
@ -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);
|
||||
Loading…
Add table
Add a link
Reference in a new issue