mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-23 18:36:31 +01:00
Core/Spells: Update/Convert mage "Glyph of Icy Veins" for 4.3.4
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
DELETE FROM `spell_script_names` WHERE `spell_id`=56374;
|
||||
INSERT INTO `spell_script_names`(`spell_id`, `ScriptName`) VALUES
|
||||
(56374,'spell_mage_glyph_of_icy_veins');
|
||||
|
||||
DELETE FROM `spell_proc_event` WHERE `entry`=56374;
|
||||
INSERT INTO `spell_proc_event` (`entry`, `SchoolMask`, `SpellFamilyName`, `SpellFamilyMask0`, `SpellFamilyMask1`, `SpellFamilyMask2`, `procFlags`, `procEx`, `ppmRate`, `CustomChance`, `Cooldown`) VALUES
|
||||
(56374, 0, 3, 0, 16384, 0, 16384, 0, 0, 100, 0);
|
||||
Reference in New Issue
Block a user