View Single Post
  #1  
Old 09-22-2015, 09:28 PM
Trackye
Sarnak
 
Join Date: Feb 2008
Posts: 87
Default instanceid VS instance_id

It appears that in the source at times Instance_id is used and other times Instanceid.

My world sometimes throws up the error
Unknown column 'instanceid' in WHERE clause
SELECT id, charid FROM character_corpses WHERE instanceid = xx

Looking at the Database Character_corpses uses instance_id but it seems the server in this case is looking for the old format of instanceid.

Just a heads up.
Reply With Quote