|
|
|
@ -371,7 +371,6 @@ void CSMWorld::ConstInfoSelectWrapper::updateComparisonType()
|
|
|
|
|
case Function_NotClass:
|
|
|
|
|
case Function_NotRace:
|
|
|
|
|
case Function_NotCell:
|
|
|
|
|
case Function_NotLocal:
|
|
|
|
|
case Function_PcExpelled:
|
|
|
|
|
case Function_PcCommonDisease:
|
|
|
|
|
case Function_PcBlightDisease:
|
|
|
|
@ -454,6 +453,7 @@ void CSMWorld::ConstInfoSelectWrapper::updateComparisonType()
|
|
|
|
|
// Numeric
|
|
|
|
|
case Function_Global:
|
|
|
|
|
case Function_Local:
|
|
|
|
|
case Function_NotLocal:
|
|
|
|
|
|
|
|
|
|
case Function_Health_Percent:
|
|
|
|
|
case Function_PcHealthPercent:
|
|
|
|
@ -560,7 +560,6 @@ std::pair<int, int> CSMWorld::ConstInfoSelectWrapper::getValidIntRange() const
|
|
|
|
|
case Function_NotClass:
|
|
|
|
|
case Function_NotRace:
|
|
|
|
|
case Function_NotCell:
|
|
|
|
|
case Function_NotLocal:
|
|
|
|
|
case Function_PcExpelled:
|
|
|
|
|
case Function_PcCommonDisease:
|
|
|
|
|
case Function_PcBlightDisease:
|
|
|
|
@ -657,6 +656,7 @@ std::pair<int, int> CSMWorld::ConstInfoSelectWrapper::getValidIntRange() const
|
|
|
|
|
// Numeric
|
|
|
|
|
case Function_Global:
|
|
|
|
|
case Function_Local:
|
|
|
|
|
case Function_NotLocal:
|
|
|
|
|
return std::pair<int, int>(IntMin, IntMax);
|
|
|
|
|
|
|
|
|
|
case Function_PcMagicka:
|
|
|
|
|