Skip to content

Commit

Permalink
Fixed off-by-one error in crate IDs
Browse files Browse the repository at this point in the history
This fixes a game crash when placing Teh Urn and crates/barrels showing
up incorrectly
  • Loading branch information
Marukyu committed May 5, 2016
1 parent 88b2774 commit 45dc448
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions res/necroedit.res
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,9 @@

[Crates]

1,Crate,crate:0:0:24:24
2,Barrel,barrel:0:0:28:27
3,Teh Urn,teh_urn:0:0:24:28
0,Crate,crate:0:0:24:24
1,Barrel,barrel:0:0:28:27
2,Teh Urn,teh_urn:0:0:24:28

[Chests]

Expand Down

0 comments on commit 45dc448

Please sign in to comment.