1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-03-03 02:19:41 +00:00

Fix a typo

This commit is contained in:
scrawl 2015-09-04 23:27:33 +02:00
parent d11952c48a
commit acbea2461b

View file

@ -3156,7 +3156,7 @@ namespace MWWorld
// Spawn the explosion orb effect
const ESM::Static* areaStatic;
if (!effect->mCasting.empty())
if (!effect->mArea.empty())
areaStatic = getStore().get<ESM::Static>().find (effect->mArea);
else
areaStatic = getStore().get<ESM::Static>().find ("VFX_DefaultArea");