mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 09:17:18 +00:00
fix(Tools/MapExtractor) Update MPQ patch iterator to also load patch files 4 through 9 (#20815)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user