Updated map extractor

This commit is contained in:
tomrus88 2008-10-26 10:13:42 +03:00
parent e08d8642f4
commit 1aa21af2f4
2 changed files with 5 additions and 3 deletions

View file

@ -273,7 +273,9 @@ void LoadMPQFiles(int const locale)
//need those files only if extract maps
if(extract & EXTRACT_MAP)
{
sprintf(filename,"%s/Data/common.MPQ",input_path);
sprintf(filename,"%s/Data/common-2.MPQ",input_path);
new MPQArchive(filename);
sprintf(filename,"%s/Data/lichking.MPQ",input_path);
new MPQArchive(filename);
sprintf(filename,"%s/Data/expansion.MPQ",input_path);
new MPQArchive(filename);