fix(Core/Spells): Prevent Kill Command cast without a pet (#24929)
Co-authored-by: blinkysc <blinkysc@users.noreply.github.com>
This commit is contained in:
parent
cdfedcf799
commit
40c712faea
2 changed files with 28 additions and 0 deletions
|
|
@ -0,0 +1,3 @@
|
|||
-- Add CheckCast script for Kill Command to prevent casting without a pet
|
||||
DELETE FROM `spell_script_names` WHERE `spell_id` = 34026 AND `ScriptName` = 'spell_hun_kill_command';
|
||||
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES (34026, 'spell_hun_kill_command');
|
||||
Loading…
Add table
Add a link
Reference in a new issue