- Oops, fixed sql compile error.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@9407 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
skotlex 2006-12-04 19:11:53 +00:00
parent a7cd3bf966
commit ec8570d59f

View File

@ -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++;