mirror of
https://github.com/mangosfour/server.git
synced 2025-12-14 16:37:01 +00:00
[10618] Properly update objects usable state at GM-mode on/off.
This commit is contained in:
parent
d3c1780f55
commit
099f375961
2 changed files with 2 additions and 1 deletions
|
|
@ -2410,6 +2410,7 @@ void Player::SetGameMaster(bool on)
|
|||
|
||||
m_camera.UpdateVisibilityForOwner();
|
||||
UpdateObjectVisibility();
|
||||
UpdateForQuestWorldObjects();
|
||||
}
|
||||
|
||||
void Player::SetGMVisible(bool on)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue