mirror of
https://github.com/araxiaonline/TrinityCore.git
synced 2026-06-19 06:29:50 -04:00
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user