Pelf

Pelf runes pack 2

May 17th, 2012
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.80 KB | None | 0 0
  1. diff --git a/src/server/game/Entities/Unit/Unit.cpp b/src/server/game/Entities/Unit/Unit.cpp
  2. index a97e725..6c5bd66 100644
  3. --- a/src/server/game/Entities/Unit/Unit.cpp
  4. +++ b/src/server/game/Entities/Unit/Unit.cpp
  5. @@ -8470,11 +8470,8 @@ bool Unit::HandleDummyAuraProc(Unit *pVictim, uint32 damage, AuraEffect* trigger
  6.                  // Runic Empowerment
  7.                  case 81229:
  8.                  {
  9. -                    if (!procSpell || !procSpell->SpellPowerId)
  10. -                        return false;
  11. -
  12.                      // Runic Corruption
  13. -                    if (this->ToPlayer()->HasAura(51462)
  14. +                    if (this->ToPlayer()->HasAura(51459)
  15.                          || this->ToPlayer()->HasAura(51462))
  16.                      {
  17.                          CastSpell(this, 51460, true);
Advertisement
Add Comment
Please, Sign In to add comment