Core/Spells: Move Big Blizzard Bear implementation to spell script (#19544)

This commit is contained in:
Mikhail Redko
2017-05-04 18:46:10 +03:00
committed by ariel-
parent 5ff8601d36
commit 8a5b998f48
4 changed files with 8 additions and 18 deletions

View File

@@ -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');