mirror of
https://github.com/mangosfour/server.git
synced 2025-12-14 07:37:01 +00:00
[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:
parent
6aab362980
commit
f72e2ccee8
2 changed files with 2 additions and 2 deletions
|
|
@ -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();
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#ifndef __REVISION_NR_H__
|
||||
#define __REVISION_NR_H__
|
||||
#define REVISION_NR "10860"
|
||||
#define REVISION_NR "10861"
|
||||
#endif // __REVISION_NR_H__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue