Skip to content

Commit 32002e8

Browse files
committed
Fix chest elevation at cave05
1 parent 0103a2d commit 32002e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts_src/maps/cave05.ssl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,5 +182,5 @@ end
182182
procedure LoadChests begin
183183
variable obj;
184184

185-
call LoadGenericChests(1, CHEST_1, CHEST_2, CHEST_3);
185+
call LoadGenericChests(2, CHEST_1, CHEST_2, CHEST_3);
186186
end

0 commit comments

Comments
 (0)