a few days back i saw this on hive log
Database: [Error] Error 1062 (Duplicate entry '69457' for key 'PRIMARY') in MySQLStmtExecute SQL: 'DELETE FROM `Object_DATA` WHERE `ObjectID` = ? AND `Instance` = ? VALUES(69457, 11)'
tried to deleate manually but could not then i kinda forgot about it....
Today when i was updating and testing garage another one showed up.
QuoteServer RPT
13:44:48 "GARAGE: Smokey (xxxxxxxxxxxxxxxxx) retrieved MTVR @038124 [3871.62,2941.31,0.0952187]"
13:45:27 "GARAGE: Smokey (xxxxxxxxxxxxxxxxx) stored MTVR @038124 [3871.71,2939.65,0.102194]"
13:45:27 "DELETE: Player PID#x(Smokey)(xxxxxxxxxxxxxxxxx) deleted object with ID: 70447"
QuoteHiveExt.log
2018-02-24 13:45:27 Database: [Error] Error 1062 (Duplicate entry '70447' for key 'PRIMARY') in MySQLStmtExecute SQL: 'DELETE FROM `Object_DATA` WHERE `ObjectID` = ? AND `Instance` = ? VALUES(70447, 11)'
I have no ideia how to resolve this or what is the actual issue, from what i can tell its trying to delete the object but not deleating due to the primary key error, can anyone help out with this ?