mirror of
https://github.com/mangosfour/server.git
synced 2025-12-27 19:37:04 +00:00
Merge remote branch 'origin/master' into 330
This commit is contained in:
commit
23bfcccd77
31 changed files with 399 additions and 246 deletions
|
|
@ -1330,7 +1330,8 @@ enum SessionStatus
|
|||
STATUS_LOGGEDIN, ///< Player in game (_player!=NULL, m_GUID == _player->GetGUID(), inWorld())
|
||||
STATUS_TRANSFER, ///< Player transferring to another map (_player!=NULL, m_GUID == _player->GetGUID(), !inWorld())
|
||||
STATUS_LOGGEDIN_OR_RECENTLY_LOGGOUT, ///< _player!= NULL or _player==NULL && m_playerRecentlyLogout, m_GUID store last _player guid)
|
||||
STATUS_NEVER ///< Opcode not accepted from client (deprecated or server side only)
|
||||
STATUS_NEVER, ///< Opcode not accepted from client (deprecated or server side only)
|
||||
STATUS_UNHANDLED ///< We don' handle this opcode yet
|
||||
};
|
||||
|
||||
class WorldPacket;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue