mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-19 00:48:56 +01:00
Core/Spells: fixed Runic Empowerment
*fixed Runic Corruption
This commit is contained in:
7
sql/updates/world/4.3.4/custom_2019_03_21_00_world.sql
Normal file
7
sql/updates/world/4.3.4/custom_2019_03_21_00_world.sql
Normal file
@@ -0,0 +1,7 @@
|
||||
-- Icy Touch
|
||||
UPDATE `spell_bonus_data` SET `ap_bonus`= 0.2 WHERE `entry`= 45477;
|
||||
|
||||
DELETE FROM `spell_script_names` WHERE `ScriptName`= 'spell_dk_runic_empowerment';
|
||||
|
||||
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
|
||||
(81229, 'spell_dk_runic_empowerment');
|
||||
Reference in New Issue
Block a user