mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-13 18:51:29 +00:00
Oops, math
This commit is contained in:
parent
bd8e94ff17
commit
d1349e5ac9
@ -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
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user