fix(Scripts/Spells): Fix Itch (26078) not applying Vekniss Catalyst (#12930)

This commit is contained in:
Skjalf
2022-09-03 04:01:39 -03:00
committed by GitHub
parent 9c5397572e
commit 9e7aae74ac
2 changed files with 6 additions and 1 deletions

View File

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