aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorariel- <ariel-@users.noreply.github.com>2017-12-28 11:11:19 -0300
committerariel- <ariel-@users.noreply.github.com>2017-12-28 12:16:39 -0300
commitf4629d83c6e19991bf00ea2eefc7bf03569870ff (patch)
tree20b3b7bce620feaf0d32fd8d078eb904e1a67bd0 /sql
parentd13999c8d6a390914907d1d8343d72c06195bf10 (diff)
Core/Scripts: prevent applying Aspect of the Beast on pet load if owner has switched aspects
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/3.3.5/2017_12_28_06_world.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2017_12_28_06_world.sql b/sql/updates/world/3.3.5/2017_12_28_06_world.sql
new file mode 100644
index 00000000000..0998a344d0d
--- /dev/null
+++ b/sql/updates/world/3.3.5/2017_12_28_06_world.sql
@@ -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');