Core/Scripts: Fix for previous

This commit is contained in:
Malcrom
2012-05-12 12:23:21 -02:30
parent d770c125e9
commit 8a1417ae75

View File

@@ -183,7 +183,7 @@ class instance_pit_of_saron : public InstanceMapScript
AddDoor(go, false);
break;
case GO_HALLS_OF_REFLECTION_PORTCULLIS:
AddDoor(go, true);
AddDoor(go, false);
break;
}
}