Skip to content

Commit

Permalink
Added gtob
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon committed Aug 21, 2024
1 parent 044b121 commit 097aa7b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion GuildWarsPartySearch.NodeJSServer/server.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,8 @@ function reassign_bot_clients(request) {
map_ids.Kamadan_Jewel_of_Istan_outpost,
zaishen_bounty.nearest_outpost_id,
zaishen_vanquish.nearest_outpost_id,
zaishen_combat.nearest_outpost_id
zaishen_combat.nearest_outpost_id,
map_ids.Great_Temple_of_Balthazar_outpost
];
let bots_to_reassign = Object.values(bot_clients);
let bots_assigned = [];
Expand Down

0 comments on commit 097aa7b

Please sign in to comment.