fix(Scripts/Item): Fix Fel Mana Potion not benefiting from Alchemist'… (#19281)

fix(Scripts/Item): Fix Fel Mana Potion not benefiting from Alchemist's Stone
This commit is contained in:
Andrew
2024-07-05 06:32:33 -03:00
committed by GitHub
parent a40387cd4c
commit d9f4ba5e1d
2 changed files with 37 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
--
DELETE FROM `spell_script_names` WHERE `spell_id` = 38929;
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
(38929, 'spell_item_fel_mana_potion');