[7613] Sort and rename functions for GM commands in code.

This commit is contained in:
VladimirMangos 2009-04-04 04:23:19 +04:00
parent 02247d411b
commit 8fe9008132
5 changed files with 12 additions and 11 deletions

View file

@ -149,7 +149,7 @@ bool ChatHandler::HandleNotifyCommand(const char* args)
}
//Enable\Dissable GM Mode
bool ChatHandler::HandleGMmodeCommand(const char* args)
bool ChatHandler::HandleGMCommand(const char* args)
{
if(!*args)
{