mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 09:17:18 +00:00
fix(DB/Spells): Add extra craft chance for Super Healing Potion. (#20064)
Init.
This commit is contained in:
@@ -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);
|
||||
Reference in New Issue
Block a user