View Single Post
  #25  
Old 10-23-2010, 09:11 PM
psalm
Fire Beetle
 
Join Date: Oct 2010
Posts: 21
Default

I presume the below is whats causing the disconnect, as it seems to no be able to find the character. I tried creating a new char, and logging straight in, but had the same problem.

Quote:
World.exe

[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 'peq.adventure_stats' doesn't exist)
Error in GetCharacterInfo query 'SELECT id, account_id, zonename, instanceid, x, y, z, FROM character_ WHERE name='Gold'' #1054: Unknown column 'instanceid' in field list'

[debug] [WORLD_CLIENT_ERR] mini: Could not get CharInfo for 'Gold'
[debug] [WORLD_CLIENT] mini: Client disconnected (not active in process)
Reply With Quote