diff --git a/server/gameserver/creature.cc b/server/gameserver/creature.cc index 7f95900..b35d49c 100644 --- a/server/gameserver/creature.cc +++ b/server/gameserver/creature.cc @@ -2485,6 +2485,9 @@ void Creature::RefreshHP() void Creature::ProcOnceChgAttrBuff(MetaData::Buff* buff_meta) { + if (dead) { + return; + } switch (buff_meta->int_param1) { case kHAT_Hp: {