Skip to content

Commit

Permalink
BOSSES: Daen fix (it was 2 minutes too late)
Browse files Browse the repository at this point in the history
  • Loading branch information
mascaldotfr committed Jul 20, 2024
1 parent ea04ecc commit 7f08b5e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion js/bosses.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import {timestamp_now, timestamp_ago} from "./wztools/time.js";
// Last checked: Eve: 2024-07-19, Daen: 2024-07-19, TK: 2024-05-11, Server: 2024-07-19 (+37m)
const first_respawns = { "thorkul": 1715403300,
"evendim": 1721348488,
"daen": 1721042488,
"daen": 1721042368,
"server": 1721210400 + 37 * 60 };
let next_respawns = { "evendim": [], "daen": [], "thorkul": [], "server": [] };
let previous_respawns = first_respawns;
Expand Down
2 changes: 1 addition & 1 deletion js/menu.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7f08b5e

Please sign in to comment.