[7747] Fixed crash in ModifyGender command. Author: Foks

--HG--
branch : trunk
This commit is contained in:
megamage
2009-05-03 22:23:00 -05:00
parent c25f63043d
commit ad9f94b8cc

View File

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