Scripts/Ulduar: Kologarn's gate should be open while in combat
Source: personal experience and http://youtu.be/JcOiyNaKDlg?t=18s
This commit is contained in:
@@ -565,10 +565,6 @@ class instance_ulduar : public InstanceMapScript
|
||||
}
|
||||
HandleGameObject(KologarnBridgeGUID, false);
|
||||
}
|
||||
if (state == IN_PROGRESS)
|
||||
HandleGameObject(KologarnDoorGUID, false);
|
||||
else
|
||||
HandleGameObject(KologarnDoorGUID, true);
|
||||
break;
|
||||
case BOSS_HODIR:
|
||||
if (state == DONE)
|
||||
|
||||
Reference in New Issue
Block a user