Skip to content

Commit

Permalink
Fixed Link to edit locations
Browse files Browse the repository at this point in the history
  • Loading branch information
boli32 committed Jan 30, 2025
1 parent bdc263f commit d9c81ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion QuestTracker/1.1/QuestTracker.js
Original file line number Diff line number Diff line change
Expand Up @@ -5683,7 +5683,7 @@ var QuestTracker = QuestTracker || (function () {
Menu.manageRumourLocations();
}, 500);
break;
case 'editGroupName':
case 'editLocationName':
if (errorCheck(104, 'exists', newItem, 'newItem')) return;
if (errorCheck(105, 'exists', locationId, 'locationId')) return;
Rumours.manageRumourLocation('update', newItem, locationId);
Expand Down

0 comments on commit d9c81ef

Please sign in to comment.