Mysql Error

01/23/2020 21:17 Domik4Ever#1
Hi, i got this Mysql error..i know that table "player.map_list" doesn't exist but i don't know where i can get another one or new..

Code:
SYSERR: Jan 23 20:07:24 :: DirectQuery: AsyncSQL::DirectQuery : mysql_query error: Table 'player.map_list' doesn't exist
query: DELETE FROM map_list where channel = 1 and map_index=240
Is there anyone who can help me solve this? Of course i try google, but i've found nothing. Thanks
02/07/2020 08:44 .Try#2
This table does not exist. You can fix it, if you create an table with the exactly structure and the same types.
02/20/2020 00:32 Natsu Dragneel#3
Quote:
Originally Posted by Domik4Ever View Post
Hi, i got this Mysql error..i know that table "player.map_list" doesn't exist but i don't know where i can get another one or new..

Code:
SYSERR: Jan 23 20:07:24 :: DirectQuery: AsyncSQL::DirectQuery : mysql_query error: Table 'player.map_list' doesn't exist
query: DELETE FROM map_list where channel = 1 and map_index=240
Is there anyone who can help me solve this? Of course i try google, but i've found nothing. Thanks
Can you tell me which SF you are using? Because this error is on many SFs and have other ways to fix. Otherwise u have to know which database-structure this table has and just create one.