Fixed ItemTypeIds::FIRST_UNUSED_ITEM_ID

This commit is contained in:
Dylan K. Taylor 2022-07-07 00:55:34 +01:00
parent e4d24e1edd
commit 690efb09e3
No known key found for this signature in database
GPG Key ID: 8927471A91CAFD3D

View File

@ -294,5 +294,5 @@ final class ItemTypeIds{
public const RAW_GOLD = 20255;
public const SPYGLASS = 20256;
public const FIRST_UNUSED_ITEM_ID = 20239;
public const FIRST_UNUSED_ITEM_ID = 20257;
}