[7748] Better use LANG_PLAYER_NOT_FOUND message in Modify Gender.

This commit is contained in:
AlexDereka 2009-05-03 23:34:50 +04:00
parent 74f265a8de
commit 0d81883a5f
2 changed files with 2 additions and 2 deletions

View file

@ -6803,7 +6803,7 @@ bool ChatHandler::HandleModifyGenderCommand(const char *args)
if(!player) if(!player)
{ {
PSendSysMessage(LANG_NO_PLAYER, args); PSendSysMessage(LANG_PLAYER_NOT_FOUND);
SetSentErrorMessage(true); SetSentErrorMessage(true);
return false; return false;
} }

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__ #ifndef __REVISION_NR_H__
#define __REVISION_NR_H__ #define __REVISION_NR_H__
#define REVISION_NR "7747" #define REVISION_NR "7748"
#endif // __REVISION_NR_H__ #endif // __REVISION_NR_H__