mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-02-05 20:13:48 +00:00
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:
@@ -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');
|
||||
Reference in New Issue
Block a user