1
This commit is contained in:
parent
2767186ab1
commit
440f2013df
@ -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()}));
|
||||
|
Loading…
x
Reference in New Issue
Block a user