aboutsummaryrefslogtreecommitdiff
path: root/src/game/Player.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/Player.cpp')
-rw-r--r--src/game/Player.cpp4
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);
- }
+ }*/
}
}