Oops, math

This commit is contained in:
Akkadius 2020-04-10 02:30:46 -05:00
parent bd8e94ff17
commit d1349e5ac9

View File

@ -585,7 +585,7 @@ void Database::PurgeExpiredInstances()
FROM
instance_list
where
(start_time + duration) <= (UNIX_TIMESTAMP() + 86400)
(start_time + duration) <= (UNIX_TIMESTAMP() - 86400)
and never_expires = 0
);