diff options
Diffstat (limited to 'src/server/game/Battlegrounds/BattlegroundScript.cpp')
-rw-r--r-- | src/server/game/Battlegrounds/BattlegroundScript.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/game/Battlegrounds/BattlegroundScript.cpp b/src/server/game/Battlegrounds/BattlegroundScript.cpp index a3bee1d6b38..5ab744cf8a2 100644 --- a/src/server/game/Battlegrounds/BattlegroundScript.cpp +++ b/src/server/game/Battlegrounds/BattlegroundScript.cpp @@ -27,7 +27,7 @@ #include "ScriptMgr.h" #include "WorldStateMgr.h" -BattlegroundScript::BattlegroundScript(BattlegroundMap* map) : battlegroundMap(map), battleground(map->GetBG()) +BattlegroundScript::BattlegroundScript(BattlegroundMap* map) noexcept : battlegroundMap(map), battleground(map->GetBG()) { #ifdef TRINITY_API_USE_DYNAMIC_LINKING BattlegroundScriptTemplate const* scriptTemplate = sBattlegroundMgr->FindBattlegroundScriptTemplate(battlegroundMap->GetId(), battlegroundMap->GetBG()->GetTypeID()); |