fix(Core/Player): Arena AFK (#9733)
This commit is contained in:
parent
dee19a030f
commit
f88203a73a
1 changed files with 1 additions and 1 deletions
|
|
@ -1251,7 +1251,7 @@ void Player::ToggleAFK()
|
|||
ToggleFlag(PLAYER_FLAGS, PLAYER_FLAGS_AFK);
|
||||
|
||||
// afk player not allowed in battleground
|
||||
if (isAFK() && InBattleground() && !InArena())
|
||||
if (!IsGameMaster() && isAFK() && InBattleground())
|
||||
LeaveBattleground();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue