diff options
| author | megamage <none@none> | 2008-11-25 16:36:50 -0600 |
|---|---|---|
| committer | megamage <none@none> | 2008-11-25 16:36:50 -0600 |
| commit | f6ea784eda445794bf99ba2b9f97012ea4009f59 (patch) | |
| tree | 97ed434b569dd1194854908cd3fe67a9129a5e8b /src/game/Chat.cpp | |
| parent | 52f2e35d65af17abfd9499232398bab338db78e1 (diff) | |
*Update to Mangos 6848. Source: Mangos.
--HG--
branch : trunk
Diffstat (limited to 'src/game/Chat.cpp')
| -rw-r--r-- | src/game/Chat.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/Chat.cpp b/src/game/Chat.cpp index 862cfc638ca..fb2032d2ac1 100644 --- a/src/game/Chat.cpp +++ b/src/game/Chat.cpp @@ -786,7 +786,7 @@ bool ChatHandler::ExecuteCommandInTable(ChatCommand *table, const char* text, st { Player* p = m_session->GetPlayer(); uint64 sel_guid = p->GetSelection(); - sLog.outCommand("Command: %s [Player: %s (Account: %u) X: %f Y: %f Z: %f Map: %u Selected: %s (GUID: %u)]", + sLog.outCommand(m_session->GetAccountId(),"Command: %s [Player: %s (Account: %u) X: %f Y: %f Z: %f Map: %u Selected: %s (GUID: %u)]", fullcmd.c_str(),p->GetName(),m_session->GetAccountId(),p->GetPositionX(),p->GetPositionY(),p->GetPositionZ(),p->GetMapId(), GetLogNameForGuid(sel_guid),GUID_LOPART(sel_guid)); } |
