Fixed item IDs from last commit

This commit is contained in:
CaptainSegis 2016-10-18 04:29:44 -05:00
parent baa9d2a81d
commit e16e4d3818
5 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
Namespace Items.Standard
<Item(510, "Damp Rock")>
<Item(293, "Damp Rock")>
Public Class DampRock
Inherits Item

View File

@ -1,6 +1,6 @@
Namespace Items.Standard
<Item(511, "Heat Rock")>
<Item(294, "Heat Rock")>
Public Class HeatRock
Inherits Item

View File

@ -1,6 +1,6 @@
Namespace Items.Standard
<Item(513, "Icy Rock")>
<Item(296, "Icy Rock")>
Public Class IcyRock
Inherits Item

View File

@ -1,6 +1,6 @@
Namespace Items.Standard
<Item(514, "Light Clay")>
<Item(297, "Light Clay")>
Public Class LightClay
Inherits Item

View File

@ -1,6 +1,6 @@
Namespace Items.Standard
<Item(512, "Smooth Rock")>
<Item(295, "Smooth Rock")>
Public Class SmoothRock
Inherits Item