Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- diff --git a/src/server/game/Entities/Unit/Unit.cpp b/src/server/game/Entities/Unit/Unit.cpp
- index a97e725..6c5bd66 100644
- --- a/src/server/game/Entities/Unit/Unit.cpp
- +++ b/src/server/game/Entities/Unit/Unit.cpp
- @@ -8470,11 +8470,8 @@ bool Unit::HandleDummyAuraProc(Unit *pVictim, uint32 damage, AuraEffect* trigger
- // Runic Empowerment
- case 81229:
- {
- - if (!procSpell || !procSpell->SpellPowerId)
- - return false;
- -
- // Runic Corruption
- - if (this->ToPlayer()->HasAura(51462)
- + if (this->ToPlayer()->HasAura(51459)
- || this->ToPlayer()->HasAura(51462))
- {
- CastSpell(this, 51460, true);
Advertisement
Add Comment
Please, Sign In to add comment