Scripts/RubySanctum: Improve Halion boundary (#26426)

(cherry picked from commit 1456be7eee)
This commit is contained in:
Gildor
2021-04-17 12:53:07 +02:00
committed by Shauren
parent b8dab39d5c
commit 2f8305e05a
2 changed files with 2 additions and 1 deletions

View File

@@ -574,6 +574,7 @@ class npc_halion_controller : public CreatureScript
_materialCorporealityValue = 5;
_materialDamageTaken = 0;
_twilightDamageTaken = 0;
SetBoundary(_instance->GetBossBoundary(DATA_HALION));
}
void JustAppeared() override

View File

@@ -30,7 +30,7 @@ Position const HalionControllerSpawnPos = { 3156.037f, 533.2656f, 72.97205f, 0.0
BossBoundaryData const boundaries =
{
{ DATA_GENERAL_ZARITHRIAN, new EllipseBoundary(Position(3013.409f, 529.492f), 45.0, 100.0) },
{ DATA_HALION, new CircleBoundary(Position(3156.037f, 533.2656f), 48.5) }
{ DATA_HALION, new CircleBoundary(Position(3156.037f, 533.2656f), 52.5) }
};
DoorData const doorData[] =