diff options
author | Ovahlord <dreadkiller@gmx.de> | 2023-12-22 11:42:55 +0100 |
---|---|---|
committer | Ovahlord <dreadkiller@gmx.de> | 2023-12-22 11:42:55 +0100 |
commit | ddcaaa61a569aa6185603bd7b2614bfa72dfd612 (patch) | |
tree | 363bbd712a7382d8831f3af683d758559b0005c6 /src | |
parent | 9ece48a55c3d107882d98f7a6d9e2461139a060e (diff) |
Scripts/Bastion of Twilight: corrected dungeon encounter data for Sinestra
Diffstat (limited to 'src')
-rw-r--r-- | src/server/scripts/EasternKingdoms/BastionOfTwlight/instance_bastion_of_twilight.cpp | 10 |
1 files changed, 5 insertions, 5 deletions
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 |