summaryrefslogtreecommitdiff
path: root/src/map/mob.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/mob.c')
-rw-r--r--src/map/mob.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/mob.c b/src/map/mob.c
index c7096fb86..f1a4f9f82 100644
--- a/src/map/mob.c
+++ b/src/map/mob.c
@@ -1331,7 +1331,7 @@ static int mob_ai_sub_lazy(DBKey key,void * data,va_list app)
md->last_thinktime=tick;
- if (md->bl.prev==NULL || md->base_status->hp == 0)
+ if (md->bl.prev==NULL || md->status.hp == 0)
return 1;
// 取り巻きモンスターの処理(呼び戻しされた時)