diff options
author | megamage <none@none> | 2008-12-03 13:35:47 -0600 |
---|---|---|
committer | megamage <none@none> | 2008-12-03 13:35:47 -0600 |
commit | 08d259e0cc3ed1c9b7addee6ad3595776a8af1c3 (patch) | |
tree | 7531829af49d768b40ff9f6c5a3b805fd523c1eb /src/game/Player.cpp | |
parent | 3035a78c3d545bb02131d533b24fee9088f91d57 (diff) |
*Let owner enter pvp when pet attacks pvp target.
--HG--
branch : trunk
Diffstat (limited to 'src/game/Player.cpp')
-rw-r--r-- | src/game/Player.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/game/Player.cpp b/src/game/Player.cpp index b00273b65c4..278d43ebc30 100644 --- a/src/game/Player.cpp +++ b/src/game/Player.cpp @@ -1167,13 +1167,13 @@ void Player::Update( uint32 p_time ) } } - Unit *owner = pVictim->GetOwner(); + /*Unit *owner = pVictim->GetOwner(); Unit *u = owner ? owner : pVictim; if(u->IsPvP() && (!duel || duel->opponent != u)) { UpdatePvP(true); RemoveAurasWithInterruptFlags(AURA_INTERRUPT_FLAG_ENTER_PVP_COMBAT); - } + }*/ } } |