diff options
Diffstat (limited to 'src/game/Unit.cpp')
-rw-r--r-- | src/game/Unit.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/game/Unit.cpp b/src/game/Unit.cpp index 1be40b33fa7..f2e1867ac3c 100644 --- a/src/game/Unit.cpp +++ b/src/game/Unit.cpp @@ -5543,6 +5543,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; } |