diff --git a/contrib/extractor/System.cpp b/contrib/extractor/System.cpp index 19c0e7159..978a7d2d9 100644 --- a/contrib/extractor/System.cpp +++ b/contrib/extractor/System.cpp @@ -261,7 +261,7 @@ void LoadCommonMPQFiles() { char filename[512]; - sprintf(filename,"%s/Data/common-2.MPQ", input_path); + sprintf(filename,"%s/Data/common.MPQ", input_path); new MPQArchive(filename); sprintf(filename,"%s/Data/expansion.MPQ", input_path); new MPQArchive(filename); diff --git a/contrib/extractor/ad.exe b/contrib/extractor/ad.exe index 1f2c45dfc..2dc24c087 100755 Binary files a/contrib/extractor/ad.exe and b/contrib/extractor/ad.exe differ diff --git a/src/shared/revision_nr.h b/src/shared/revision_nr.h index 313811fc1..6f471f5a9 100644 --- a/src/shared/revision_nr.h +++ b/src/shared/revision_nr.h @@ -1,4 +1,4 @@ #ifndef __REVISION_NR_H__ #define __REVISION_NR_H__ - #define REVISION_NR "6894" + #define REVISION_NR "6895" #endif // __REVISION_NR_H__