mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
Core/Scripts: Fixing Carbonion/Travis
(cherry picked from commit 270a639678)
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user