mirror of
https://github.com/SWG-Source/src.git
synced 2026-07-28 22:15:49 -04:00
duplicate expertise seems to be ignored so i think we can ignore the warning
This commit is contained in:
@@ -109,8 +109,7 @@ void ExpertiseManagerNamespace::loadExpertiseTable(DataTable const & datatable)
|
||||
std::pair<ExpertiseGrid::iterator, bool> result = s_expertiseGrid.insert(std::make_pair(expertiseCoord, skillName));
|
||||
|
||||
UNREF(result);
|
||||
DEBUG_WARNING(!result.second, ("ExpertiseManager: %s row %d: duplicate expertise: %s",
|
||||
cs_expertiseDatatableName.c_str(), row, name.c_str()));
|
||||
//DEBUG_WARNING(!result.second, ("ExpertiseManager: %s row %d: duplicate expertise: %s", cs_expertiseDatatableName.c_str(), row, name.c_str()));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user