Include forgotten data file in vmap-extractor.
This commit is contained in:
parent
d74c872574
commit
2e699f8122
@ -327,9 +327,8 @@ bool fillArchiveNameVector(std::vector<std::string>& pArchiveNames)
|
||||
pArchiveNames.push_back(path);
|
||||
sprintf(path, "%s/Data/wmo.MPQ", input_path);
|
||||
pArchiveNames.push_back(path);
|
||||
sprintf(path, "%s/Data/base.MPQ", input_path);
|
||||
pArchiveNames.push_back(path);
|
||||
sprintf(path, "%s/Data/misc.MPQ", input_path);
|
||||
pArchiveNames.push_back(path);
|
||||
|
||||
// now, scan for the patch levels in the core dir
|
||||
printf("Scanning patch levels from data directory.\n");
|
||||
|
Loading…
x
Reference in New Issue
Block a user