Index: C:/ascent svn/src/game/ChatHandler.cpp
===================================================================
--- C:/ascent svn/src/game/ChatHandler.cpp (revision 1033)
+++ C:/ascent svn/src/game/ChatHandler.cpp (working copy)
@@ -159,7 +159,7 @@
{
pGroup->SendPacketToAll(data);
}
- //sLog.outString("[party] %s: %s", _player->GetName(), msg.c_str());
+ sLog.outString("[party] %s: %s", _player->GetName(), msg.c_str());
delete data;
pMsg=msg.c_str();
pMisc=0;
@@ -188,7 +188,8 @@
data2 << uint32(C_R_DONT_HAVE_PERMISSION);
SendPacket(&data2);
}
- }
+ sLog.outString("[gld:%s] %s: %s", pGuild->GetGuildName().c_str(), _player->GetName(), msg.c_str());
+ }
}
pMsg=msg.c_str();
pMisc=0;
@@ -216,6 +217,7 @@
data2 << uint32(C_R_DONT_HAVE_PERMISSION);
SendPacket(&data2);
}
+ sLog.outString("[off:%s] %s: %s", pGuild->GetGuildName().c_str(), _player->GetName(), msg.c_str());
}
}
pMsg=msg.c_str();
@@ -323,7 +325,7 @@
if(chn)
chn->Say(GetPlayer(),msg.c_str());
- //sLog.outString("[%s] %s: %s", channel.c_str(), _player->GetName(), msg.c_str());
+ sLog.outString("[chn:%s] %s: %s", channel.c_str(), _player->GetName(), msg.c_str());
pMsg=msg.c_str();
pMisc=channel.c_str();
posted on 2007-08-26 15:07
聂文龙 阅读(498)
评论(2) 编辑 收藏 引用 所属分类:
ascent