fix(Scripts/HellfireRamparts): Fix Gargolmar Retalliation procs with … (#16585)

fix(Scripts/HellfireRamparts): Fix Gargolmar Retalliation procs with targets behind him
This commit is contained in:
Skjalf
2023-06-18 11:54:05 -03:00
committed by GitHub
parent 5060407598
commit 7ae4b85c43
2 changed files with 25 additions and 0 deletions

View File

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