aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorKeader <keader.android@gmail.com>2016-02-08 10:05:22 -0300
committerShauren <shauren.trinity@gmail.com>2016-02-08 22:28:47 +0100
commit61f92b9a89e17ba258be8dbf9fc8bd6294420f06 (patch)
tree138df948027417d73563e211e2a9b6ff7a4aeb38 /sql
parentfb9a686672bc32dfdbb8f1eb9f7db74ccee3a9ab (diff)
Core/Spells: Fixed Totemic Mastery (Tier 6 2P) Shaman
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/2016_02_08_08_world.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/2016_02_08_08_world.sql b/sql/updates/world/2016_02_08_08_world.sql
new file mode 100644
index 00000000000..ae4f454bc91
--- /dev/null
+++ b/sql/updates/world/2016_02_08_08_world.sql
@@ -0,0 +1,3 @@
+DELETE FROM `spell_script_names` WHERE `ScriptName` = 'spell_sha_totemic_mastery';
+INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
+(38443, 'spell_sha_totemic_mastery');