mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-19 21:53:51 +00:00
Compile fix
This commit is contained in:
parent
f2877c69d7
commit
8b3755a770
1 changed files with 1 additions and 1 deletions
|
@ -489,5 +489,5 @@ std::string MWMechanics::Alchemy::suggestPotionName()
|
||||||
|
|
||||||
int effectId = effects.begin()->mId;
|
int effectId = effects.begin()->mId;
|
||||||
return MWBase::Environment::get().getWorld()->getStore().get<ESM::GameSetting>().find(
|
return MWBase::Environment::get().getWorld()->getStore().get<ESM::GameSetting>().find(
|
||||||
ESM::MagicEffect::effectIdToString(effectId));
|
ESM::MagicEffect::effectIdToString(effectId))->getString();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue