Skip to content

Commit

Permalink
fix: move ogrilla to own bracket (#363)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nyeriah authored Nov 29, 2023
1 parent 3489512 commit 6bc86ad
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions src/Bracket_70_2_3/Bracket_70_2_3_loader.cpp
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
/*
* Copyright (C) 2016+ AzerothCore <www.azerothcore.org>, released under GNU AGPL v3 license: https://github.com/azerothcore/azerothcore-wotlk/blob/master/LICENSE-AGPL3
*/

#include "ProgressionSystem.h"

void AddSC_karazhan_70();

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

AddSC_karazhan_70();
}

0 comments on commit 6bc86ad

Please sign in to comment.