We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cff9738 commit 60b0528Copy full SHA for 60b0528
addons/wardrobe/ace_arsenal_stats.hpp
@@ -9,6 +9,6 @@ class EGVAR(arsenal,stats) {
9
showText = 1;
10
textStatement = QUOTE(localize QUOTE(ELSTRING(common,yes)));
11
condition = QUOTE((_this select 1) call FUNC(isModifiable));
12
- tabs[] = {{3,4,5}, {}};
+ tabs[] = {{3,4,5,6}, {}};
13
};
14
0 commit comments