Skip to content

Commit

Permalink
fixed plunge not showing up in AOE docs (#2137)
Browse files Browse the repository at this point in the history
  • Loading branch information
Charlie-Zheng committed Apr 3, 2024
1 parent 0b2b39e commit 1f04b2d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ui/packages/docs/src/components/AoE/AoETable.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,11 @@ function AbilAoE({ data }) {
);
}

const abils = ["normal", "charge", "aim", "skill", "burst", "asc", "cons"];
const abils = ["normal", "charge", "plunge", "aim", "skill", "burst", "asc", "cons"];
const abilLabels = [
"Normal",
"Charge Attack",
"Plunge",
"Aimed Shot",
"Skill",
"Burst",
Expand Down

0 comments on commit 1f04b2d

Please sign in to comment.