mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 15:40:45 +01:00
DB/Spells: Bizuri's Totem of Shattered Ice / Idol of the Crying Moon
By Goatform and Rushor, closes #13722
This commit is contained in:
5
sql/updates/world/2014_12_27_02_world.sql
Normal file
5
sql/updates/world/2014_12_27_02_world.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
--
|
||||
DELETE FROM `spell_proc_event` WHERE `entry` IN (71174,71198);
|
||||
INSERT INTO `spell_proc_event` (`entry`, `SchoolMask`, `SpellFamilyName`, `SpellFamilyMask0`, `SpellFamilyMask1`, `SpellFamilyMask2`, `procFlags`, `procEx`, `ppmRate`, `CustomChance`, `Cooldown`) VALUES
|
||||
(71174, 1, 7, 0, 0, 0, 0, 0, 0, 0, 0),
|
||||
(71198, 4, 11, 0, 0, 0, 0, 0, 0, 0, 0);
|
||||
Reference in New Issue
Block a user