diff options
| author | megamage <none@none> | 2009-02-22 17:30:09 -0600 |
|---|---|---|
| committer | megamage <none@none> | 2009-02-22 17:30:09 -0600 |
| commit | 3e8d76087d755b9cc90fb9d12071314685303d38 (patch) | |
| tree | 2872e16b22d6993f3b38a8a2d264ce53c4a9771c /src/game/Unit.cpp | |
| parent | ed5b3780ed92fcda07323ce12bbc25a520474006 (diff) | |
| parent | 7aa6a72673635069a786e0651c96ababd925ac7b (diff) | |
*Merge.
--HG--
branch : trunk
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 5214aa81d40..3db5e89e04e 100644 --- a/src/game/Unit.cpp +++ b/src/game/Unit.cpp @@ -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; } |
