- 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:
parent
a7cd3bf966
commit
ec8570d59f
@ -3933,7 +3933,7 @@ static int mob_read_sqldb(void)
|
|||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
if (mob_db_data[class_] == NULL)
|
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_];
|
db = mob_db_data[class_];
|
||||||
ln++;
|
ln++;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user