Skip to content

Commit

Permalink
Merge pull request #596 from m-h-c-t/treasuremap-v2
Browse files Browse the repository at this point in the history
Change treasuremap helper to new backend url
  • Loading branch information
AardWolf authored Nov 16, 2024
2 parents 7e0abe0 + 1a4a392 commit 26dad81
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 26dad81

Please sign in to comment.