Also, having issues with step 11 Things are different now so I don't know how to do it
I'm getting this error
Code:
[SQL]: DB error - Table 'ragnarok.loginlog' doesn't exist
[Debug]: at ..\src\login\loginlog_sql.c:95 - INSERT INTO `loginlog`(`time`,`ip`,`user`,`rcode`,`log`) VALUES (NOW(), '0.0.0.0', 'login server', '100', 'login server started')
it points to the loginlog_sql.c, and tell me to edit the line, but I don't understand if I should do this or if there is a better way with a file in the conf/ also if I edit the c file I'm not really sure how it should look like.
Reading the forums people say to change this line on
inter-server.conf
log_db_db: ragnarok
to
log_db_db: log
But there is no such line on the
inter-server.conf
I would really appreciate some help.