Skip to content

Commit

Permalink
πŸ› [em/bc] fix extensions function for alliance buildings
Browse files Browse the repository at this point in the history
  • Loading branch information
jxn-30 committed Apr 24, 2024
1 parent 19510db commit 77b369e
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2217,7 +2217,11 @@ export default Vue.extend<
buildingTypeId
][index] ??=
extensionType.maxExtensionsFunction(
this.apiStore.buildingsByType
alliance
? this.apiStore
.allianceBuildingsByType
: this.apiStore
.buildingsByType
);
}
Expand Down

0 comments on commit 77b369e

Please sign in to comment.