Advertisement
brumm

Cinderglacier proc charges visual

Sep 24th, 2014
199
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 1.10 KB | None | 0 0
  1. diff --git a/src/server/game/spells/SpellMgr.cpp b/src/server/game/spells/SpellMgr.cpp
  2. --- a/src/server/game/spells/SpellMgr.cpp
  3. +++ b/src/server/game/spells/SpellMgr.cpp
  4.             case 74396: // Fingers of Frost visual buff
  5.                 spellInfo->ProcCharges = 2;
  6.                 spellInfo->StackAmount = 0;
  7.                 break;
  8. +       case 53386: // cinderglacier proc charges visual Buff
  9. +       spellInfo->ProcCharges = 2;
  10. +               spellInfo->StackAmount = 0;
  11. +               break;
  12.             case 28200: // Ascendance (Talisman of Ascendance trinket)
  13.                 spellInfo->ProcCharges = 6;
  14.                 break;
  15. //SQL DATA FOR CINDERGLACIER SET DROP CHARGE ONLY FROM DIRECT SPELLS EG DeathCoil,IcyTouch,HowlingBlast...
  16. DELETE FROM `spell_proc_event` WHERE `entry`=53386;
  17. INSERT INTO `spell_proc_event` (`entry`,`SchoolMask`,`SpellFamilyName`,`SpellFamilyMask0`,`SpellFamilyMask1`,`SpellFamilyMask2`,`procFlags`,`procEx`,`ppmRate`,`CustomChance`,`Cooldown`) VALUES
  18. ( 53386, 0x00,   0, 0x00000000, 0x00000000, 0x00000000,0x00010000, 0x00000000,   0,   0,   0); -- Rune of Cinderglacier
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement