Changeset 177 for trunk/src/game/Level1.cpp
- Timestamp:
- 11/19/08 13:43:30 (17 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/game/Level1.cpp
r132 r177 39 39 #endif 40 40 41 bool ChatHandler::Handle SayCommand(const char* args)41 bool ChatHandler::HandleNpcSayCommand(const char* args) 42 42 { 43 43 if(!*args) … … 57 57 } 58 58 59 bool ChatHandler::Handle YellCommand(const char* args)59 bool ChatHandler::HandleNpcYellCommand(const char* args) 60 60 { 61 61 if(!*args) … … 76 76 77 77 //show text emote by creature in chat 78 bool ChatHandler::Handle TextEmoteCommand(const char* args)78 bool ChatHandler::HandleNpcTextEmoteCommand(const char* args) 79 79 { 80 80 if(!*args)