summaryrefslogtreecommitdiff
path: root/src/map
diff options
context:
space:
mode:
Diffstat (limited to 'src/map')
-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 f25c9ba8a..199c09dd6 100644
--- a/src/map/mob.c
+++ b/src/map/mob.c
@@ -4550,7 +4550,7 @@ int do_final_mob(void)
mob_chat_db[i] = NULL;
}
}
- for (i = 0; i <= MAX_ITEMDB; i++)
+ for (i = 0; i < MAX_ITEMDB; i++)
{
if (item_drop_ratio_db[i] != NULL)
{