This commit is contained in:
aozhiwei 2023-06-02 19:24:28 +08:00
parent 2767186ab1
commit 440f2013df

View File

@ -580,7 +580,7 @@ void Creature::RemoveBuffByUniId(int buff_uniid)
#endif
#ifdef DEBUG
if (GetHeroMeta()->id() == 60100) {
if (GetHeroMeta() && GetHeroMeta()->id() == 60100) {
room->BroadcastDebugMsg(a8::Format("remove boss buff %d %d",
{buff_meta->buff_id(),
buff_meta->buff_effect()}));