[10861] Large flightless birds (emu) think they are invisible, even when they are not.

Only if _not_ isGMVisible, invisible notification can be sent :)

Signed-off-by: NoFantasy <nofantasy@nf.no>
This commit is contained in:
NoFantasy 2010-12-11 21:50:35 +01:00
parent 6aab362980
commit f72e2ccee8
2 changed files with 2 additions and 2 deletions

View file

@ -783,7 +783,7 @@ void WorldSession::HandlePlayerLogin(LoginQueryHolder *holder)
if (pCurrChar->isGameMaster())
SendNotification(LANG_GM_ON);
if (pCurrChar->isGMVisible())
if (!pCurrChar->isGMVisible())
SendNotification(LANG_INVISIBLE_INVISIBLE);
std::string IP_str = GetRemoteAddress();

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "10860"
#define REVISION_NR "10861"
#endif // __REVISION_NR_H__