Advertisement
brumm

wandering plague procs?

Jan 30th, 2015
188
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
SQL 0.61 KB | None | 0 0
  1. DELETE FROM `spell_proc_event` WHERE `entry` IN (49217, 49654, 49655);
  2. INSERT INTO `spell_proc_event` (`entry`, `SchoolMask`, `SpellFamilyName`, `SpellFamilyMask0`, `SpellFamilyMask1`, `SpellFamilyMask2`, `procFlags`, `procEx`, `ppmRate`, `CustomChance`, `Cooldown`) VALUES
  3. ( 49217, 0x00,  15, 0x00000000, 0x00000000, 0x00000002, 0x00000004, 0x00000000,   0,   0,   1), -- Wandering Plague
  4. ( 49654, 0x00,  15, 0x00000000, 0x00000000, 0x00000002, 0x00000004, 0x00000000,   0,   0,   1), -- Wandering Plague
  5. ( 49655, 0x00,  15, 0x00000000, 0x00000000, 0x00000002, 0x00000004, 0x00000000,   0,   0,   1); -- Wandering Plague
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement