* attempt to extract bone models of playable races only (this fixes "file not found" error when extracting). thx bLuma
This commit is contained in:
parent
905c08cf17
commit
0199863468
@ -321,7 +321,7 @@ bool ConvertDBC(void)
|
|||||||
RaceDataStorage[id].push_back(std::string(ChrRacesFieldNames[field]).append("=").append(value));
|
RaceDataStorage[id].push_back(std::string(ChrRacesFieldNames[field]).append("=").append(value));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (doModels)
|
if (doModels && classmask[id]) // skip nonplayable races
|
||||||
{
|
{
|
||||||
// corpse models
|
// corpse models
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user