mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-19 17:05:44 +01:00
Scripts/TotT: fixed a small logic mistake in loading Commander Ulthok's exit door on instance creation
This commit is contained in:
@@ -169,7 +169,7 @@ class instance_throne_of_the_tides : public InstanceMapScript
|
||||
go->SendCustomAnim(0);
|
||||
break;
|
||||
case GO_DOODAD_ABYSSAL_MAW_DOOR_1:
|
||||
if (_eventIndex == EVENT_INDEX_LADY_NAZJAR_GAUNTLET)
|
||||
if (_eventIndex >= EVENT_INDEX_LADY_NAZJAR_GAUNTLET)
|
||||
go->SetGoState(GO_STATE_ACTIVE);
|
||||
break;
|
||||
default:
|
||||
|
||||
Reference in New Issue
Block a user