Break Item dump into versions. Readme.io 400kb limit O_o
This commit is contained in:
parent
1a622f241f
commit
c35389f9f8
2 changed files with 6 additions and 3 deletions
|
|
@ -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");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue