diff options
author | maximius <none@none> | 2009-11-18 16:36:07 -0800 |
---|---|---|
committer | maximius <none@none> | 2009-11-18 16:36:07 -0800 |
commit | 3a9f3af4438871be7b75456e02ab67ebe8026a43 (patch) | |
tree | 6f334697e4c4d051b0ea42214c46cf69c3f9f444 /src/game/Unit.cpp | |
parent | e59ec6d81453d82bca4f22a32ddf29d0c523d14b (diff) |
*Partial backout of 8b3ffb1dd504, allow Prayer of Mending to heal pets.
--HG--
branch : trunk
Diffstat (limited to 'src/game/Unit.cpp')
-rw-r--r-- | src/game/Unit.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/Unit.cpp b/src/game/Unit.cpp index 90c69b95a3d..35f7cfd1555 100644 --- a/src/game/Unit.cpp +++ b/src/game/Unit.cpp @@ -13655,7 +13655,7 @@ bool Unit::HandleAuraRaidProcFromChargeWithValue( AuraEffect* triggeredByAura ) triggeredByAura->GetParentAura()->SetAuraCharges(1); // will removed at next charges decrease // next target selection - if(jumps > 0 && IS_PLAYER_GUID(GetGUID()) && IS_PLAYER_GUID(caster_guid)) + if(jumps > 0 && IS_PLAYER_GUID(caster_guid)) { float radius; if (spellProto->EffectRadiusIndex[effIdx]) |