Skip to content

Commit

Permalink
fix: Add property 70_2_3 (Ogri'la) to config (#393)
Browse files Browse the repository at this point in the history
  • Loading branch information
sogladev committed Jul 2, 2024
1 parent c71cb21 commit dfb01c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
3 changes: 2 additions & 1 deletion conf/progression_system.conf.dist
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@ ProgressionSystem.Bracket_70_1_1 = 0 # Level 70, Flying, Normal Dungeons
ProgressionSystem.Bracket_70_1_2 = 0 # Level 70, Heroics
ProgressionSystem.Bracket_70_2_1 = 0 # Gruul's Lair, Magtheridon's Lair, Arena Season 1
ProgressionSystem.Bracket_70_2_2 = 0 # Karazhan
ProgressionSystem.Bracket_70_3_1 = 0 # Serpentshrine Cavern, Ogri'la
ProgressionSystem.Bracket_70_2_3 = 0 # Ogri'la
ProgressionSystem.Bracket_70_3_1 = 0 # Serpentshrine Cavern
ProgressionSystem.Bracket_70_3_2 = 0 # The Eye, Sha'tari Skyguard
ProgressionSystem.Bracket_70_4_1 = 0 # Battle For Mount Hyjal, Arena Season 2, Netherwing
ProgressionSystem.Bracket_70_4_2 = 0 # Black Temple
Expand Down
4 changes: 0 additions & 4 deletions src/Bracket_70_2_3/Bracket_70_2_3_loader.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,8 @@

#include "ProgressionSystem.h"

void AddSC_karazhan_70();

void AddBracket_70_2_C_Scripts()
{
if (!(sConfigMgr->GetOption<bool>("ProgressionSystem.Bracket_70_2_3", false)))
return;

AddSC_karazhan_70();
}

0 comments on commit dfb01c4

Please sign in to comment.