Break Item dump into versions. Readme.io 400kb limit O_o

This commit is contained in:
DogooFalchion 2016-10-26 18:08:07 -04:00
parent 1a622f241f
commit c35389f9f8
2 changed files with 6 additions and 3 deletions

View file

@ -641,7 +641,10 @@ namespace TShockAPI
ServerSideConfig.DumpDescriptions();
RestManager.DumpDescriptions();
Utils.DumpBuffs("BuffList.txt");
Utils.DumpItems("Items.txt");
Utils.DumpItems("Items-1_0.txt", -48, 235);
Utils.DumpItems("Items-1_1.txt", 235, 604);
Utils.DumpItems("Items-1_2.txt", 604, 2749);
Utils.DumpItems("Items-1_3.txt", 2749, Main.maxItemTypes);
Utils.DumpNPCs("NPCs.txt");
Utils.DumpProjectiles("Projectiles.txt");
Utils.DumpPrefixes("Prefixes.txt");