mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-18 16:38:42 +01:00
Core/Scripts: prevent applying Aspect of the Beast on pet load if owner has switched aspects
This commit is contained in:
3
sql/updates/world/3.3.5/2017_12_28_06_world.sql
Normal file
3
sql/updates/world/3.3.5/2017_12_28_06_world.sql
Normal 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');
|
||||
Reference in New Issue
Block a user