mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 13:37:05 +00:00
[11470] Final cleanup uint64 guid cases
Also drop logout player update fields cleanup that in any cases not saved.
This commit is contained in:
parent
a2b6a6fde5
commit
719e298795
26 changed files with 144 additions and 153 deletions
|
|
@ -5862,7 +5862,7 @@ bool ChatHandler::HandlePDumpWriteCommand(char *args)
|
|||
return false;
|
||||
}
|
||||
|
||||
guid = sObjectMgr.GetPlayerGUIDByName(name);
|
||||
guid = sObjectMgr.GetPlayerGuidByName(name);
|
||||
if (guid.IsEmpty())
|
||||
{
|
||||
PSendSysMessage(LANG_PLAYER_NOT_FOUND);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue