fix(Scripts/Naxxramas): Build (#24242)
This commit is contained in:
parent
cfdd9322b7
commit
105d8daf79
1 changed files with 4 additions and 7 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue