Include forgotten data file in vmap-extractor.

This commit is contained in:
H0zen 2015-09-09 03:48:07 +03:00
parent d74c872574
commit 2e699f8122

View File

@ -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");