mirror of
https://github.com/mangosfour/server.git
synced 2025-12-12 19:37:03 +00:00
Add lost .c_str() call at send std::string content to ".pdump write" command output.
This commit is contained in:
parent
4658b2b38e
commit
24549669a9
1 changed files with 1 additions and 1 deletions
|
|
@ -5448,7 +5448,7 @@ bool ChatHandler::HandleLoadPDumpCommand(const char *args)
|
|||
SetSentErrorMessage(true);
|
||||
return false;
|
||||
case DUMP_TOO_MANY_CHARS:
|
||||
PSendSysMessage(LANG_ACCOUNT_CHARACTER_LIST_FULL,account_name,account_id);
|
||||
PSendSysMessage(LANG_ACCOUNT_CHARACTER_LIST_FULL,account_name.c_str(),account_id);
|
||||
SetSentErrorMessage(true);
|
||||
return false;
|
||||
default:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue