This commit is contained in:
aozhiwei 2023-05-06 10:41:29 +08:00
parent 5214bc056e
commit bf283f2ac9

View File

@ -53,7 +53,7 @@ void KillMgr::UnInit()
void KillMgr::FillHintInfo(Human* dead_hum, KillInfo* info, RollMsgHintInfo& hint_info)
{
#ifdef DEBUG
std::string dbg_str;
std::string dbg_str = a8::Format("是否自动死亡:%d ", {is_auto_die_ ? 1 : 0});
#endif
hint_info.dead_name = dead_hum->GetName();