Skip to content

Commit

Permalink
Fix abandoned throne Id
Browse files Browse the repository at this point in the history
  • Loading branch information
Kelenius committed Dec 5, 2024
1 parent a2345c7 commit dc2dc54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/edenic.js
Original file line number Diff line number Diff line change
Expand Up @@ -1948,7 +1948,7 @@ const edenicModules = {
}
},
throne: {
id: 'eden-scout_palace',
id: 'eden-abandoned_throne',
title(){ return loc('eden_abandoned_throne_title'); },
desc(){ return loc('eden_abandoned_throne_title'); },
reqs: { palace: 2 },
Expand Down

0 comments on commit dc2dc54

Please sign in to comment.