fix(Scripts/Item): Obsidian Armor & Frostfire Regalia Set (#20453)
This commit is contained in:
parent
61d67615fd
commit
705b8ab50e
2 changed files with 62 additions and 51 deletions
|
|
@ -0,0 +1,4 @@
|
|||
-- Obsidian Armor
|
||||
DELETE FROM `spell_proc_event` WHERE `entry`=27539;
|
||||
INSERT INTO `spell_proc_event` (`entry`, `SchoolMask`, `SpellFamilyName`, `SpellFamilyMask0`, `SpellFamilyMask1`, `SpellFamilyMask2`, `procFlags`, `procEx`, `procPhase`, `ppmRate`, `CustomChance`, `Cooldown`) VALUES
|
||||
(27539, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0, 10000);
|
||||
Loading…
Add table
Add a link
Reference in a new issue