Merge branch 'searchyourfeelingsyouknowittobetrue' into 'master'

Replace find with search

Closes #7566

See merge request OpenMW/openmw!3403
macos_ci_fix
psi29a 1 year ago
commit df31f947c6
No known key found for this signature in database

@ -50,7 +50,7 @@ namespace MWMechanics
const auto& store = MWBase::Environment::get().getESMStore();
const ESM::MagicEffect* magicEffect = store->get<ESM::MagicEffect>().find(mId);
return getMagicEffectString(
*magicEffect, store->get<ESM::Attribute>().find(mArg), store->get<ESM::Skill>().find(mArg));
*magicEffect, store->get<ESM::Attribute>().search(mArg), store->get<ESM::Skill>().search(mArg));
}
bool operator<(const EffectKey& left, const EffectKey& right)

Loading…
Cancel
Save