mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-18 08:28:32 +01:00
Core/Spells: moved Fingers of Frost charge dropping to AuraScript since it's actually stacks and not charges
This commit is contained in:
4
sql/updates/world/custom/custom_2019_02_12_02_world.sql
Normal file
4
sql/updates/world/custom/custom_2019_02_12_02_world.sql
Normal file
@@ -0,0 +1,4 @@
|
||||
UPDATE `spell_proc` SET `Charges`= 0 WHERE `SpellId`=44544;
|
||||
DELETE FROM `spell_script_names` WHERE `ScriptName`= 'spell_mage_fingers_of_frost_charges';
|
||||
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
|
||||
(44544, 'spell_mage_fingers_of_frost_charges');
|
||||
Reference in New Issue
Block a user