fix(Tools/MapExtractor) Update MPQ patch iterator to also load patch files 4 through 9 (#20815)
This commit is contained in:
parent
8c387fa2b8
commit
a704556ae8
1 changed files with 1 additions and 1 deletions
|
|
@ -1144,7 +1144,7 @@ void LoadLocaleMPQFiles(int const locale)
|
|||
sprintf(filename, "%s/Data/%s/locale-%s.MPQ", input_path, langs[locale], langs[locale]);
|
||||
new MPQArchive(filename);
|
||||
|
||||
for (int i = 1; i < 5; ++i)
|
||||
for (int i = 1; i <= 9; ++i)
|
||||
{
|
||||
char ext[3] = "";
|
||||
if (i > 1)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue