Add additional file to clean

This commit is contained in:
Chomp 2022-07-01 13:53:49 +01:00
parent 672646e0df
commit 4c2cb7dab3

View File

@ -13,7 +13,7 @@ namespace DumpCleaner
new DumpData{InputName = "resp.client.items", OutputName = "items", OutputFolder = "templates"},
new DumpData{InputName = "resp.client.handbook.templates", OutputName = "handbook", OutputFolder = "templates"},
new DumpData{InputName = "resp.client.customization", OutputName = "customization", OutputFolder = "templates"},
new DumpData{InputName = "resp.client.account.customization", OutputName = "character", OutputFolder = "templates"},
new DumpData{InputName = "resp.client.locale.ru", OutputName = "ru", OutputFolder = "locales\\global"},
new DumpData{InputName = "resp.client.locale.en", OutputName = "en", OutputFolder = "locales\\global"},
new DumpData{InputName = "resp.client.locale.jp", OutputName = "jp", OutputFolder = "locales\\global"},