Skip to content

Commit

Permalink
BOSSES: update TK's respawn time
Browse files Browse the repository at this point in the history
  • Loading branch information
mascaldotfr committed Jul 22, 2024
1 parent 3d49311 commit c947ca9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions js/bosses.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ import {timestamp_now, timestamp_ago} from "./wztools/time.js";
// You can update it by looking at your browser console and getting the last
// respawn timestamps. At least yearly, since the get_next_respawns() loop
// will run ~ 80 times/boss after all that time.
// Last checked: Eve: 2024-07-19, Daen: 2024-07-19, TK: 2024-05-11, Server: 2024-07-19 (+37m)
const first_respawns = { "thorkul": 1715403300,
// Last checked: Eve: 2024-07-19, Daen: 2024-07-19, TK: 2024-07-22, Server: 2024-07-19 (+37m)
const first_respawns = { "thorkul": 1721681749,
"evendim": 1721348488,
"daen": 1721042368,
"server": 1721210400 + 37 * 60 };
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 c947ca9

Please sign in to comment.