Skip to content

Commit

Permalink
Change treasuremap helper to new backend url
Browse files Browse the repository at this point in the history
  • Loading branch information
hymccord committed Nov 15, 2024
1 parent 7e0abe0 commit 1a4a392
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scripts/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ import * as detailingFuncs from './modules/details/legacy';
uh: user.unique_hash,
last_read_journal_entry_id: lastReadJournalEntryId,
};
$.post('https://www.mousehuntgame.com/managers/ajax/users/treasuremap.php', payload, null, 'json')
$.post('https://www.mousehuntgame.com/managers/ajax/users/treasuremap_v2.php', payload, null, 'json')
.done(data => {
if (data) {
if (!data.treasure_map || data.treasure_map.view_state === "noMap") {
Expand Down

0 comments on commit 1a4a392

Please sign in to comment.