This commit is contained in:
aozhiwei 2024-10-12 11:19:01 +08:00
parent ab48c1cd49
commit 7ebbe621e1

View File

@ -3012,5 +3012,8 @@ void Bag::InternalPushBagInfo()
p->set_use_cd(pair.second->GetCdTime(owner_));
}
}
#ifdef MYDEBUG
a8::XPrintf("InternalPushBagInfo:%s\n", {f8::PbToJson(&notify_msg)});
#endif
owner_->SendNotifyMsg(notify_msg);
}