@ -39,9 +39,13 @@ namespace ESM
{
if (mEffectId < other.mEffectId)
return true;
if (mEffectId > other.mEffectId)
return false;
if (mSourceId < other.mSourceId)
if (mSourceId > other.mSourceId)
return mEffectIndex < other.mEffectIndex;
}