DB Query Error

08/21/2020 00:47 mudik#1
AQ_CharDataSaver::DB Query Error(100): UPDATE _TIMEDJOB SET TimeToKeep=1598222765 WHERE ID=28 AND CharID=9197


Anyone know how to fix that?
08/21/2020 01:28 mtnman33#2
depending on your database settings and restraints you may have to use the 'per' like this > UPDATE _TIMEDJOB SET TimeToKeep='1598222765' WHERE ID=28 AND CharID=9197 usually when going to a SET value you have to state it like that but again it all in settings
12/14/2020 14:46 Devsome#3
#moved