View Single Post
  #1  
Old 01-09-2023, 12:17 AM
rlie_0
Sarnak
 
Join Date: May 2011
Location: usa
Posts: 94
Default Server Wont allow character creation, why?

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?
Reply With Quote