Merge pull request #14491 from doctaweeks/fixes-for-6.x

Fixes for 6.x
This commit is contained in:
Carbenium
2015-04-05 00:16:36 +02:00
59 changed files with 89 additions and 90 deletions
+2 -2
View File
@@ -21656,9 +21656,9 @@ void Player::SetPvP(bool state)
(*itr)->SetPvP(state);
}
void Player::UpdatePvP(bool state, bool override)
void Player::UpdatePvP(bool state, bool _override)
{
if (!state || override)
if (!state || _override)
{
SetPvP(state);
pvpInfo.EndTimer = 0;