-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: move ogrilla to own bracket (#363)
- Loading branch information
Showing
2 changed files
with
15 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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(); | ||
} |
File renamed without changes.