aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorMikhail Redko <ovitnez@gmail.com>2017-05-04 18:46:10 +0300
committerariel- <ariel-@users.noreply.github.com>2017-05-04 12:46:10 -0300
commit8a5b998f487bd1a391cc9d2d350c4a686b4e61b0 (patch)
tree72a37f597801978b3dbb3ac3fb2f2b6046d162fd /sql
parent5ff8601d36a14e95f9c227db1b85253ff36e551e (diff)
Core/Spells: Move Big Blizzard Bear implementation to spell script (#19544)
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/3.3.5/2017_05_04_03_world.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2017_05_04_03_world.sql b/sql/updates/world/3.3.5/2017_05_04_03_world.sql
new file mode 100644
index 00000000000..9259844091b
--- /dev/null
+++ b/sql/updates/world/3.3.5/2017_05_04_03_world.sql
@@ -0,0 +1,2 @@
+DELETE FROM `spell_script_names` WHERE `ScriptName` = 'spell_big_blizzard_bear';
+INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES (58983, 'spell_big_blizzard_bear');