mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-16 18:40:28 +00:00
fix(Scripts/Item): Obsidian Armor & Frostfire Regalia Set (#20453)
This commit is contained in:
@@ -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);
|
||||
Reference in New Issue
Block a user