[10618] Properly update objects usable state at GM-mode on/off.

This commit is contained in:
VladimirMangos 2010-10-18 05:58:47 +04:00
parent d3c1780f55
commit 099f375961
2 changed files with 2 additions and 1 deletions

View file

@ -2410,6 +2410,7 @@ void Player::SetGameMaster(bool on)
m_camera.UpdateVisibilityForOwner();
UpdateObjectVisibility();
UpdateForQuestWorldObjects();
}
void Player::SetGMVisible(bool on)