diff --git a/bin/stuffextract_svn.exe b/bin/stuffextract_svn.exe deleted file mode 100644 index c57f8ef..0000000 Binary files a/bin/stuffextract_svn.exe and /dev/null differ diff --git a/src/tools/stuffextract/StuffExtract.cpp b/src/tools/stuffextract/StuffExtract.cpp index 1b23454..b97fd4f 100644 --- a/src/tools/stuffextract/StuffExtract.cpp +++ b/src/tools/stuffextract/StuffExtract.cpp @@ -531,7 +531,7 @@ bool ConvertDBC(void) wmoNames.insert(NameAndAlt(value)); //this is a WMO //Interestingly, some of the files referenced here have MDL extension - WTF? std::string fn = _PathToFileName(value); - if(!stricmp(fn.c_str()+fn.length()-3, "mdx") or !stricmp(fn.c_str()+fn.length()-3, "mdl")) + if(!stricmp(fn.c_str()+fn.length()-3, "mdx") || !stricmp(fn.c_str()+fn.length()-3, "mdl")) fn = fn.substr(0,fn.length()-3) + "m2"; else logdebug("This should be a WMO: %s\n",fn.c_str());