Originally posted by [b]calciumkid[/b]
Of course, i totally forgot you could do that. This is why I'm a script developer and not a core. I have a good go though

I thought I did okay converting the whole DB to sql.
This should be correct:
[CODE]
#ifndef TXT_ONLY
if(db_use_sqldbs) {
mob_read_sqldb();
mob_read_sqlskilldb();
} else {
mob_readdb();
mob_readskilldb();
}
#else
mob_readdb();
mob_readskilldb();
#endif /* TXT_ONLY */
[/CODE]
Now fixed.
This post has been edited by
calciumkid
on Dec 18, 2011 13:22