mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-22 02:04:52 +01:00
Core/Spells: Move Big Blizzard Bear implementation to spell script (#19544)
This commit is contained in:
2
sql/updates/world/3.3.5/2017_05_04_03_world.sql
Normal file
2
sql/updates/world/3.3.5/2017_05_04_03_world.sql
Normal 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');
|
||||
Reference in New Issue
Block a user