Core/Scripts: prevent applying Aspect of the Beast on pet load if owner has switched aspects

This commit is contained in:
ariel-
2017-12-28 11:11:19 -03:00
parent d13999c8d6
commit f4629d83c6
2 changed files with 33 additions and 0 deletions

View File

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