diff options
| author | Shauren <shauren.trinity@gmail.com> | 2025-02-07 12:47:39 +0100 |
|---|---|---|
| committer | Ovahlord <dreadkiller@gmx.de> | 2025-02-08 22:06:05 +0100 |
| commit | c3be7513b3d399074c4b3b27fe9bfddcce673990 (patch) | |
| tree | daeb7604dfa93a3eb910589e503df33a88a5b07b /src/server/scripts/EasternKingdoms | |
| parent | 3d0989839ad5de5acc634cd5930897d99c3246b1 (diff) | |
Scripts: Remove unneccessary DoublePosition from AreaBoundary
(cherry picked from commit 0f5d634e381b2bf6d4062c0ebd31551d98f64a32)
# Conflicts:
# src/server/scripts/Shadowlands/SepulcherOfTheFirstOnes/instance_sepulcher_of_the_first_ones.cpp
Diffstat (limited to 'src/server/scripts/EasternKingdoms')
| -rw-r--r-- | src/server/scripts/EasternKingdoms/SunwellPlateau/instance_sunwell_plateau.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/scripts/EasternKingdoms/SunwellPlateau/instance_sunwell_plateau.cpp b/src/server/scripts/EasternKingdoms/SunwellPlateau/instance_sunwell_plateau.cpp index 00b58494922..55bd29222fb 100644 --- a/src/server/scripts/EasternKingdoms/SunwellPlateau/instance_sunwell_plateau.cpp +++ b/src/server/scripts/EasternKingdoms/SunwellPlateau/instance_sunwell_plateau.cpp @@ -63,7 +63,7 @@ ObjectData const creatureData[] = BossBoundaryData const boundaries = { - { DATA_KALECGOS, new BoundaryUnionBoundary(new CircleBoundary(Position(1704.9f, 928.4f), 34.0), new RectangleBoundary(1689.2f, 1713.3f, 762.2f, 1074.8f)) } + { DATA_KALECGOS, new BoundaryUnionBoundary(new CircleBoundary(Position(1704.9f, 928.4f), 34.0f), new RectangleBoundary(1689.2f, 1713.3f, 762.2f, 1074.8f)) } }; DungeonEncounterData const encounters[] = |
