mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-26 11:27:17 +00:00
Oops, math
This commit is contained in:
@@ -585,7 +585,7 @@ void Database::PurgeExpiredInstances()
|
|||||||
FROM
|
FROM
|
||||||
instance_list
|
instance_list
|
||||||
where
|
where
|
||||||
(start_time + duration) <= (UNIX_TIMESTAMP() + 86400)
|
(start_time + duration) <= (UNIX_TIMESTAMP() - 86400)
|
||||||
and never_expires = 0
|
and never_expires = 0
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user