Changeset 39 for trunk/src/shared

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

Location:
trunk/src/shared
Files:
3 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/shared/Database/DBCStructure.h

    r37 r39  
    148148                                                            // 4, unused 
    149149    //char*       name[16];                                 // 5-20 unused 
     150    char*       name[16];                                   // 5-20 unused 
    150151                                                            // 21 string flag, unused 
    151152    //char*       string1[16];                              // 21-36 unused 
  • trunk/src/shared/Database/DBCfmt.cpp

    r37 r39  
    2424const char ChatChannelsEntryfmt[]="iixssssssssssssssssxxxxxxxxxxxxxxxxxx"; 
    2525                                                            // ChatChannelsEntryfmt, index not used (more compact store) 
    26 const char ChrClassesEntryfmt[]="nxixxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxix"; 
     26//const char ChrClassesEntryfmt[]="nxixxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxix"; 
     27const char ChrClassesEntryfmt[]="nxixssssssssssssssssxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxix"; 
    2728const char ChrRacesEntryfmt[]="nxixiixxixxxxissssssssssssssssxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"; 
    2829const char CreatureDisplayInfofmt[]="nxxxfxxxxxxxxx"; 
  • trunk/src/shared/Makefile.am

    r23 r39  
    5454$(srcdir)/WorldPacket.h \ 
    5555$(srcdir)/SystemConfig.h \ 
     56$(srcdir)../game/IRCConf.h \ 
    5657$(srcdir)/Auth/AuthCrypt.cpp \ 
    5758$(srcdir)/Auth/AuthCrypt.h \