From 14cf4c06921be90a7f5b9bba6ed110a2b8a7633c Mon Sep 17 00:00:00 2001 From: Keader Date: Sun, 2 Apr 2017 11:14:24 -0300 Subject: Core/Scripts: Fixing Carbonion/Travis (cherry picked from commit 270a6396783ccb2b8dff181fca2760adb47d2110) --- .../ChamberOfAspects/RubySanctum/boss_baltharus_the_warborn.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/server/scripts/Northrend/ChamberOfAspects/RubySanctum/boss_baltharus_the_warborn.cpp b/src/server/scripts/Northrend/ChamberOfAspects/RubySanctum/boss_baltharus_the_warborn.cpp index 2c48fee879e..c0aa45f1e21 100644 --- a/src/server/scripts/Northrend/ChamberOfAspects/RubySanctum/boss_baltharus_the_warborn.cpp +++ b/src/server/scripts/Northrend/ChamberOfAspects/RubySanctum/boss_baltharus_the_warborn.cpp @@ -75,7 +75,7 @@ class boss_baltharus_the_warborn : public CreatureScript struct boss_baltharus_the_warbornAI : public BossAI { boss_baltharus_the_warbornAI(Creature* creature) : BossAI(creature, DATA_BALTHARUS_THE_WARBORN), - _introDone(false), _cloneCount(RAID_MODE(1, 2, 2, 2)) { } + _cloneCount(RAID_MODE(1, 2, 2, 2)), _introDone(false) { } void Reset() override { -- cgit v1.2.3