mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-26 18:35:20 +00:00
Compile fix
This commit is contained in:
parent
ace8e0175b
commit
9bb51fd9c2
@ -489,5 +489,5 @@ std::string MWMechanics::Alchemy::suggestPotionName()
|
||||
|
||||
int effectId = effects.begin()->mId;
|
||||
return MWBase::Environment::get().getWorld()->getStore().get<ESM::GameSetting>().find(
|
||||
ESM::MagicEffect::effectIdToString(effectId));
|
||||
ESM::MagicEffect::effectIdToString(effectId))->getString();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user