mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 01:08:35 +00:00
fix(Scripts/Naxxramas): Build (#24242)
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user