--HG--
branch : trunk
This commit is contained in:
megamage
2009-02-22 17:30:09 -06:00
14 changed files with 91 additions and 54 deletions

View File

@@ -4959,6 +4959,9 @@ bool Unit::HandleDummyAuraProc(Unit *pVictim, uint32 damage, Aura* triggeredByAu
// Get Scryers reputation rank
if (((Player *)this)->GetReputationRank(934) == REP_EXALTED)
{
if(this->IsFriendlyTo(target))
return false;
triggered_spell_id = 45429;
break;
}