Currently I can get my server to load up but during boot up and while its running I get this error and I check for the table, it's there.
Code:
[Error] Error in AdventureManager::GetLeaderboardInfo: select ch.name, ch.id, adv_stats.* from adventure_stats AS adv_stats left join character_ AS ch on adv_stats.player_id = ch.id; (#1146 Table 'venge.character_' doesn't exist)
I checked for this table in my .SQL and it is there.
What is causing my server not to display characters created on it?