mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 22:37:03 +00:00
[7705] Rename some account/character related commands.
* .lockaccount -> .account lock * .password -> .account password * .chardelete -> .character delete * .customize -> .character customize * .rename -> .character rename
This commit is contained in:
parent
99a98684d0
commit
7fde7b8ca6
8 changed files with 67 additions and 44 deletions
|
|
@ -3656,7 +3656,7 @@ bool ChatHandler::HandleWpImportCommand(const char *args)
|
|||
}
|
||||
|
||||
//rename characters
|
||||
bool ChatHandler::HandleRenameCommand(const char* args)
|
||||
bool ChatHandler::HandleCharacterRenameCommand(const char* args)
|
||||
{
|
||||
Player* target = NULL;
|
||||
uint64 targetGUID = 0;
|
||||
|
|
@ -3718,7 +3718,7 @@ bool ChatHandler::HandleRenameCommand(const char* args)
|
|||
}
|
||||
|
||||
// customize characters
|
||||
bool ChatHandler::HandleCustomizeCommand(const char* args)
|
||||
bool ChatHandler::HandleCharacterCustomizeCommand(const char* args)
|
||||
{
|
||||
Player* target = NULL;
|
||||
uint64 targetGUID = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue