fix(Scripts/Spells): Script spell Itch (AQ20) and improve Consume (AQ20) (#12502)

This commit is contained in:
Skjalf
2022-07-25 12:13:06 -03:00
committed by GitHub
parent 1cec5d2534
commit 5b14267159
2 changed files with 57 additions and 4 deletions

View File

@@ -0,0 +1,3 @@
--
DELETE FROM `spell_script_names` WHERE `spell_id` = 25185 AND `ScriptName` = 'spell_itch_aq20';
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES (25185, 'spell_itch_aq20');