diff --git a/scripts/game/main/ticks/deathofrats/library.inc b/scripts/game/main/ticks/deathofrats/library.inc index 6172c51..1e52706 100644 --- a/scripts/game/main/ticks/deathofrats/library.inc +++ b/scripts/game/main/ticks/deathofrats/library.inc @@ -1198,7 +1198,7 @@ class main_ticks_deathofrats_library { $q = $this->db->query( "SELECT account1, account2 FROM dor_ingame_check " . "WHERE {$this->now} - ts <= " . (self::inGameCheckDelay * 3600) - . "AND message = 'CHECK' " + . " AND message = 'CHECK' " . "GROUP BY account1, account2" ); while ($r = dbFetchArray($q)) {