fix(Scripts/Naxxramas): Build (#24242)

This commit is contained in:
Kitzunu
2025-12-29 05:57:36 +01:00
committed by GitHub
parent cfdd9322b7
commit 105d8daf79

View File

@@ -55,7 +55,10 @@ BossBoundaryData const boundaries =
/* Frostwyrm Lair */
{ BOSS_SAPPHIRON, new CircleBoundary(Position(3517.627f, -5255.5f), 110.0) },
{ BOSS_KELTHUZAD, new CircleBoundary(Position(3716.0f, -5107.0f), 85.0) }
{ BOSS_KELTHUZAD, new CircleBoundary(Position(3716.0f, -5107.0f), 85.0) },
/* Heigan */
{ DATA_HEIGAN_BOSS, new RectangleBoundary(2723.0f, 2826.0f, -3736.0f, -3641.0f) }
};
struct LivingPoisonData
@@ -170,12 +173,6 @@ static ObjectData const gameObjectData[]
{ 0, 0 }
};
BossBoundaryData const boundaries =
{
{ DATA_HEIGAN_BOSS, new RectangleBoundary(2723.0f, 2826.0f, -3736.0f, -3641.0f) },
{ 0, 0 }
};
class instance_naxxramas : public InstanceScript
{
public: