fix(Scripts\TempleOfAnhQiraj): Fix Huhuran`s Wyvern Sting dealing no … (#12445)

...damage when dispelled
This commit is contained in:
Skjalf
2022-07-20 14:00:48 -03:00
committed by GitHub
parent fba89eb359
commit 5c3656a642
2 changed files with 27 additions and 7 deletions

View File

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