Changeset 39 for trunk/src/game/World.h
- Timestamp:
- 11/19/08 13:26:44 (17 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/game/World.h
r37 r39 60 60 WUPDATE_CORPSES = 5, 61 61 WUPDATE_EVENTS = 6, 62 WUPDATE_COUNT = 7 62 WUPDATE_COUNT = 7, 63 64 WUPDATE_AUTOANC = 7 65 63 66 }; 64 67 … … 92 95 CONFIG_STRICT_PET_NAMES, 93 96 CONFIG_CHARACTERS_CREATING_DISABLED, 97 CONFIG_MAX_WHO, 94 98 CONFIG_CHARACTERS_PER_ACCOUNT, 95 99 CONFIG_CHARACTERS_PER_REALM, … … 366 370 WorldSession* FindSession(uint32 id) const; 367 371 void AddSession(WorldSession *s); 372 373 void SendRNDBroadcast(); 374 368 375 bool RemoveSession(uint32 id); 369 376 /// Get the number of current active sessions