mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-03-03 13:19:40 +00:00
Fix a typo
This commit is contained in:
parent
d11952c48a
commit
acbea2461b
1 changed files with 1 additions and 1 deletions
|
@ -3156,7 +3156,7 @@ namespace MWWorld
|
||||||
|
|
||||||
// Spawn the explosion orb effect
|
// Spawn the explosion orb effect
|
||||||
const ESM::Static* areaStatic;
|
const ESM::Static* areaStatic;
|
||||||
if (!effect->mCasting.empty())
|
if (!effect->mArea.empty())
|
||||||
areaStatic = getStore().get<ESM::Static>().find (effect->mArea);
|
areaStatic = getStore().get<ESM::Static>().find (effect->mArea);
|
||||||
else
|
else
|
||||||
areaStatic = getStore().get<ESM::Static>().find ("VFX_DefaultArea");
|
areaStatic = getStore().get<ESM::Static>().find ("VFX_DefaultArea");
|
||||||
|
|
Loading…
Reference in a new issue