fix(Core/Spells): Call of the Wild targeting other players (#17485)

* fix(Core/Spells): Call of the Wild targets

* comment
This commit is contained in:
avarishd
2023-10-11 23:09:53 +03:00
committed by GitHub
parent 8fbf143c03
commit 1753a8d0b9
2 changed files with 11 additions and 4 deletions

View File

@@ -0,0 +1,5 @@
-- Call of the Wild
DELETE FROM `spell_script_names` WHERE `spell_id` IN (-24604,53434);
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
(-24604, 'spell_hun_target_self_and_pet'),
(53434, 'spell_hun_target_self_and_pet');