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 69db21af3..b8d833227 100644
--- a/src/map/mob.c
+++ b/src/map/mob.c
@@ -1766,7 +1766,7 @@ static int mob_ai_hard(int tid, unsigned int tick, int id, intptr data)
if (battle_config.mob_ai&0x20)
map_foreachmob(mob_ai_sub_lazy,tick);
else
- clif_foreachclient(mob_ai_sub_foreachclient,tick);
+ map_foreachpc(mob_ai_sub_foreachclient,tick);
return 0;
}