[9761] Restore .list object output.

No reason have different command output in chat and console
just because need fix crash.
This commit is contained in:
VladimirMangos 2010-04-18 17:44:56 +04:00
parent 73475d0dc0
commit d7acc13d09
8 changed files with 15 additions and 7 deletions

View file

@ -831,7 +831,7 @@ bool ChatHandler::HandleGameObjectNearCommand(const char* args)
if(!gInfo)
continue;
PSendSysMessage(LANG_GO_LIST_CHAT, guid, entry, guid, gInfo->name, x, y, z, mapid);
PSendSysMessage(LANG_GO_MIXED_LIST_CHAT, guid, entry, guid, gInfo->name, x, y, z, mapid);
++count;
} while (result->NextRow());