Trackye
09-22-2015, 09:28 PM
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.
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.