diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/server/scripts/Outland/BlackTemple/boss_illidan.cpp | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/src/server/scripts/Outland/BlackTemple/boss_illidan.cpp b/src/server/scripts/Outland/BlackTemple/boss_illidan.cpp index 6e56360048e..a690f3cbd9b 100644 --- a/src/server/scripts/Outland/BlackTemple/boss_illidan.cpp +++ b/src/server/scripts/Outland/BlackTemple/boss_illidan.cpp @@ -1412,11 +1412,10 @@ public: instance->HandleGameObject(GateGUID, false); for (uint8 i = 0; i < 2; ++i) - - Instance->HandleGameObject(DoorGUID[i], false); - // JustCreated = false; - }else - { // open all doors, raid wiped + instance->HandleGameObject(DoorGUID[i], false); + } + else // open all doors, raid wiped + { instance->HandleGameObject(GateGUID, true); WalkCount = 1; // skip first wp |