Remove duplicate line in vmap-extractor.

This commit is contained in:
H0zen 2015-09-09 03:37:27 +03:00
parent 65e6ae3d56
commit d74c872574

View File

@ -323,7 +323,6 @@ bool fillArchiveNameVector(std::vector<std::string>& pArchiveNames)
pArchiveNames.push_back(path);
sprintf(path, "%s/Data/model.MPQ", input_path);
pArchiveNames.push_back(path);
pArchiveNames.push_back(path);
sprintf(path, "%s/Data/texture.MPQ", input_path);
pArchiveNames.push_back(path);
sprintf(path, "%s/Data/wmo.MPQ", input_path);