fix(Scripts/Item): Obsidian Armor & Frostfire Regalia Set (#20453)

This commit is contained in:
avarishd
2024-11-06 06:28:53 +02:00
committed by GitHub
parent 61d67615fd
commit 705b8ab50e
2 changed files with 62 additions and 51 deletions

View File

@@ -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);