1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-26 18:35:20 +00:00

Compile fix

This commit is contained in:
scrawl 2014-10-20 17:42:51 +02:00
parent ace8e0175b
commit 9bb51fd9c2

View File

@ -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();
}