Skip to content

Commit

Permalink
Add changes for 5.0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
BurnySc2 committed Feb 17, 2024
1 parent 0035cf0 commit 08293d7
Show file tree
Hide file tree
Showing 12 changed files with 609 additions and 152 deletions.
4 changes: 2 additions & 2 deletions src/components/Title.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ export default class Title extends Component {
<div>
<a
className={CLASSES.titleVersion}
href="https://liquipedia.net/starcraft2/Patch_5.0.11"
href="https://liquipedia.net/starcraft2/Patch_5.0.12"
target="_blank"
rel="noopener noreferrer"
>
For patch 5.0.11
For patch 5.0.12
</a>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/constants/bo_items.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ const supplyUnitNameByRace = {
},
}

console.assert(Object.keys(BO_ITEMS).length === 234, `${Object.keys(BO_ITEMS).length} is not 234`)
console.assert(Object.keys(BO_ITEMS).length === 233, `${Object.keys(BO_ITEMS).length} is not 233`)

console.assert(BO_ITEMS["Zergling"].name === "Zergling", `${BO_ITEMS["Zergling"].name}`)
console.assert(BO_ITEMS["Zergling"].type === "unit", `${BO_ITEMS["Zergling"].type}`)
Expand Down
Loading

0 comments on commit 08293d7

Please sign in to comment.