Core/Scripts: Fixing Carbonion/Travis

(cherry picked from commit 270a639678)
This commit is contained in:
Keader
2017-04-02 11:14:24 -03:00
committed by funjoker
parent 287ed04c8b
commit 14cf4c0692

View File

@@ -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<uint8>(1, 2, 2, 2)) { }
_cloneCount(RAID_MODE<uint8>(1, 2, 2, 2)), _introDone(false) { }
void Reset() override
{