[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)

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "10617"
#define REVISION_NR "10618"
#endif // __REVISION_NR_H__