From ddcaaa61a569aa6185603bd7b2614bfa72dfd612 Mon Sep 17 00:00:00 2001 From: Ovahlord Date: Fri, 22 Dec 2023 11:42:55 +0100 Subject: Scripts/Bastion of Twilight: corrected dungeon encounter data for Sinestra --- .../BastionOfTwlight/instance_bastion_of_twilight.cpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/server') diff --git a/src/server/scripts/EasternKingdoms/BastionOfTwlight/instance_bastion_of_twilight.cpp b/src/server/scripts/EasternKingdoms/BastionOfTwlight/instance_bastion_of_twilight.cpp index cb562424849..fcdafb5d19d 100644 --- a/src/server/scripts/EasternKingdoms/BastionOfTwlight/instance_bastion_of_twilight.cpp +++ b/src/server/scripts/EasternKingdoms/BastionOfTwlight/instance_bastion_of_twilight.cpp @@ -41,11 +41,11 @@ DoorData const doorData[] = DungeonEncounterData const encounters[] = { - { BOSS_HALFUS_WYRMBREAKER, {{ 1030 }} }, - { BOSS_THERALION_AND_VALIONA, {{ 1032 }} }, - { BOSS_ASCENDANT_COUNCIL, {{ 1028 }} }, - { BOSS_CHOGALL, {{ 1029 }} }, - { BOSS_SINESTRA, {{ 0, 0, 1082, 1083 }} } + { BOSS_HALFUS_WYRMBREAKER, {{ 1030 }} }, + { BOSS_THERALION_AND_VALIONA, {{ 1032 }} }, + { BOSS_ASCENDANT_COUNCIL, {{ 1028 }} }, + { BOSS_CHOGALL, {{ 1029 }} }, + { BOSS_SINESTRA, {{ 1082, 1083 }} } }; class instance_bastion_of_twilight : public InstanceMapScript -- cgit v1.2.3