diff --git a/TShockAPI/Utils.cs b/TShockAPI/Utils.cs index 050515a6..286d50c1 100644 --- a/TShockAPI/Utils.cs +++ b/TShockAPI/Utils.cs @@ -1206,7 +1206,7 @@ namespace TShockAPI RestManager.DumpDescriptions(); DumpPermissionMatrix("PermissionMatrix.txt"); DumpBuffs("BuffList.txt"); - DumpItems("Items-1_0.txt", -48, 235); + DumpItems("Items-1_0.txt", 1, 235); DumpItems("Items-1_1.txt", 235, 604); DumpItems("Items-1_2.txt", 604, 2749); DumpItems("Items-1_3.txt", 2749, Main.maxItemTypes);