From a48d096890242cdde3c9e0f682ddb33c4405163a Mon Sep 17 00:00:00 2001 From: skotlex Date: Mon, 4 Dec 2006 19:11:53 +0000 Subject: - Oops, fixed sql compile error. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9407 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/mob.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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++; -- cgit v1.2.3-60-g2f50