Skip to content

Commit 60b0528

Browse files
authored
Wardrobe - Add arsenal stat to headgear tab (#11202)
Add wardrobe arsenal stat to headgear tab
1 parent cff9738 commit 60b0528

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

addons/wardrobe/ace_arsenal_stats.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ class EGVAR(arsenal,stats) {
99
showText = 1;
1010
textStatement = QUOTE(localize QUOTE(ELSTRING(common,yes)));
1111
condition = QUOTE((_this select 1) call FUNC(isModifiable));
12-
tabs[] = {{3,4,5}, {}};
12+
tabs[] = {{3,4,5,6}, {}};
1313
};
1414
};

0 commit comments

Comments
 (0)