diff --git a/server/gameserver/commands.cc b/server/gameserver/commands.cc index aaa3aafe..d328ae9f 100644 --- a/server/gameserver/commands.cc +++ b/server/gameserver/commands.cc @@ -244,7 +244,7 @@ void Player::_CMExecCommand(f8::MsgHdr& hdr, const cs::CMExecCommand& msg) if (target) { std::vector strings = target->GetAbility()->GMShowAttrs(); for (auto& str : strings) { - SendDebugMsg(str); + SendDebugMsg("数值: " + str); } } }