diff --git a/DumpCleaner/DumpFiles.cs b/DumpCleaner/DumpFiles.cs index 44a2920..da52717 100644 --- a/DumpCleaner/DumpFiles.cs +++ b/DumpCleaner/DumpFiles.cs @@ -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"},