From 8a5b998f487bd1a391cc9d2d350c4a686b4e61b0 Mon Sep 17 00:00:00 2001 From: Mikhail Redko Date: Thu, 4 May 2017 18:46:10 +0300 Subject: Core/Spells: Move Big Blizzard Bear implementation to spell script (#19544) --- sql/updates/world/3.3.5/2017_05_04_03_world.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/3.3.5/2017_05_04_03_world.sql (limited to 'sql') 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'); -- cgit v1.2.3