Skip to content

Commit

Permalink
fix wrong door id (#4117)
Browse files Browse the repository at this point in the history
  • Loading branch information
torresmon authored May 8, 2022
1 parent d28d289 commit ee1a876
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/global.lua
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ openDoors = {
closedDoors = {
1210, 1213, 1232, 1235, 1250, 1253, 3536, 3545, 4914, 4917, 5099, 5108, 5117, 5126, 5135, 5138, 5141,
5144, 5279, 5282, 5733, 5736, 6193, 6196, 6250, 6253, 6892, 6901, 7034, 7043, 8542, 8545, 9166, 9169,
9268, 9271, 10269, 10272, 10766, 10785, 10469, 10478, 12093, 12100, 12189, 12198, 19841, 19850, 19981,
9268, 9271, 10269, 10272, 10776, 10785, 10469, 10478, 12093, 12100, 12189, 12198, 19841, 19850, 19981,
19990, 20274, 20283, 22815, 22824, 25284, 25291
}
lockedDoors = {
Expand Down

0 comments on commit ee1a876

Please sign in to comment.