mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-17 08:00:48 +01:00
Core/Spells: fixed mage Early Frost talent
This commit is contained in:
5
sql/updates/world/4.3.4/2017_11_30_12_world.sql
Normal file
5
sql/updates/world/4.3.4/2017_11_30_12_world.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
--
|
||||
DELETE FROM `spell_script_names` WHERE `ScriptName`= 'spell_mage_early_frost';
|
||||
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
|
||||
(83162, 'spell_mage_early_frost'),
|
||||
(83239, 'spell_mage_early_frost');
|
||||
Reference in New Issue
Block a user