Skip to content

Commit

Permalink
Fix 7_2_3 bracket.
Browse files Browse the repository at this point in the history
  • Loading branch information
Nefertumm authored Nov 29, 2023
1 parent ff5521f commit 8818388
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/ProgressionSystem.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#include "Config.h"
#include "ScriptMgr.h"

#define PROGRESSION_BRACKET_MAX 35
#define PROGRESSION_BRACKET_MAX 36
std::array<std::string, PROGRESSION_BRACKET_MAX> const ProgressionBracketsNames =
{
"0",
Expand All @@ -31,6 +31,7 @@ std::array<std::string, PROGRESSION_BRACKET_MAX> const ProgressionBracketsNames
"70_1_2",
"70_2_1",
"70_2_2",
"70_2_3",
"70_3_1",
"70_3_2",
"70_4_1",
Expand Down

0 comments on commit 8818388

Please sign in to comment.