mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-18 16:38:42 +01:00
Scripts/RubySanctum: Improve Halion boundary (#26426)
(cherry picked from commit 1456be7eee)
This commit is contained in:
@@ -574,6 +574,7 @@ class npc_halion_controller : public CreatureScript
|
||||
_materialCorporealityValue = 5;
|
||||
_materialDamageTaken = 0;
|
||||
_twilightDamageTaken = 0;
|
||||
SetBoundary(_instance->GetBossBoundary(DATA_HALION));
|
||||
}
|
||||
|
||||
void JustAppeared() override
|
||||
|
||||
@@ -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[] =
|
||||
|
||||
Reference in New Issue
Block a user