removed outdated suffextract_svn.exe and fixed StuffExtract
This commit is contained in:
parent
7c885d2b50
commit
e4502cbd95
Binary file not shown.
@ -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());
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user