Changeset 232 for trunk/src/game/Chat.h

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

[svn] *** Source: MaNGOS ***
* Fixed english spelling in src/game/WorldSocket.h/cpp. Author: Derex
* [240_world.sql] Create new command .senditems and remove from moderator level command .sendmail possibility send items. Author: Vladimir
* Added new command: .sendmoney player "subject" "message" money - Sends a mail with money to a player. Author: fredi
* Correctly apply taken damage debufs/bonuses in cases non-physical melee damage. Author: Frankir
* Fix a crash in add friend/ignore callback. (check if player still logged in). Author: Hunuza
* Better args checking in .sendmoney command. Author: Vladimir

Original author: visagalis
Date: 2008-11-14 17:50:48-06:00

Files:
1 modified

Legend:

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

    r209 r232  
    118118        bool HandleTaxiCheatCommand(const char* args); 
    119119        bool HandleWhispersCommand(const char* args); 
    120         bool HandleSendMailCommand(const char* args); 
    121120        bool HandleNameTeleCommand(const char* args); 
    122121        bool HandleGroupTeleCommand(const char* args); 
    123122        bool HandleDrunkCommand(const char* args); 
     123        bool HandleSendItemsCommand(const char* args); 
     124        bool HandleSendMailCommand(const char* args); 
     125        bool HandleSendMoneyCommand(const char* args); 
    124126 
    125127        bool HandleEventActiveListCommand(const char* args);