summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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 0c21335b8..5f22c8212 100644
--- a/src/map/mob.c
+++ b/src/map/mob.c
@@ -3933,7 +3933,7 @@ static int mob_read_sqldb(void)
continue;
}
if (mob_db_data[class_] == NULL)
- db_data[class_] = aCalloc(1, sizeof (struct mob_data));
+ mob_db_data[class_] = aCalloc(1, sizeof (struct mob_data));
db = mob_db_data[class_];
ln++;