Changeset 39 for trunk/src/game/World.h

Show
Ignore:
Timestamp:
11/19/08 13:26:44 (17 years ago)
Author:
yumileroy
Message:

[svn] * Various small changes here and there.
* Implementing MangChat? IRC system.
* Added new config option, MAX_WHO, can be used to set the limit of characters being sent in a /who request from client.

Original author: XTZGZoReX
Date: 2008-10-12 14:03:38-05:00

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/game/World.h

    r37 r39  
    6060    WUPDATE_CORPSES     = 5, 
    6161    WUPDATE_EVENTS      = 6, 
    62     WUPDATE_COUNT       = 7 
     62    WUPDATE_COUNT       = 7, 
     63 
     64    WUPDATE_AUTOANC = 7 
     65 
    6366}; 
    6467 
     
    9295    CONFIG_STRICT_PET_NAMES, 
    9396    CONFIG_CHARACTERS_CREATING_DISABLED, 
     97    CONFIG_MAX_WHO, 
    9498    CONFIG_CHARACTERS_PER_ACCOUNT, 
    9599    CONFIG_CHARACTERS_PER_REALM, 
     
    366370        WorldSession* FindSession(uint32 id) const; 
    367371        void AddSession(WorldSession *s); 
     372 
     373        void SendRNDBroadcast(); 
     374 
    368375        bool RemoveSession(uint32 id); 
    369376        /// Get the number of current active sessions