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