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

[svn] * Avoid access to bag item prototype for getting bag size, use related item
update field instead as more fast source. source mangos.
* Further reduce of DB access in guild handlers.
* Multi-locale DBC extracting - source Foks

*** Devs not responsible if all your player items drop to the ground and get eaten by ants or rabbits.. or some kind of wierd ant-rabbits..

Original author: KingPin?
Date: 2008-11-06 08:20:26-06:00

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/game/Level1.cpp

    r132 r177  
    3939#endif 
    4040 
    41 bool ChatHandler::HandleSayCommand(const char* args) 
     41bool ChatHandler::HandleNpcSayCommand(const char* args) 
    4242{ 
    4343    if(!*args) 
     
    5757} 
    5858 
    59 bool ChatHandler::HandleYellCommand(const char* args) 
     59bool ChatHandler::HandleNpcYellCommand(const char* args) 
    6060{ 
    6161    if(!*args) 
     
    7676 
    7777//show text emote by creature in chat 
    78 bool ChatHandler::HandleTextEmoteCommand(const char* args) 
     78bool ChatHandler::HandleNpcTextEmoteCommand(const char* args) 
    7979{ 
    8080    if(!*args)