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 Namespace Items.Standard
<Item(510, "Damp Rock")> <Item(293, "Damp Rock")>
Public Class DampRock Public Class DampRock
Inherits Item Inherits Item

View File

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

View File

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

View File

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

View File

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