mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-04-16 08:42:23 +00:00
Fix spell area not displaying in tooltip
This commit is contained in:
parent
205e8aa4e9
commit
9cedd3bb2e
@ -211,6 +211,7 @@ namespace MWGui
|
|||||||
params.mMagnMin = it->mMagnMin;
|
params.mMagnMin = it->mMagnMin;
|
||||||
params.mMagnMax = it->mMagnMax;
|
params.mMagnMax = it->mMagnMax;
|
||||||
params.mRange = it->mRange;
|
params.mRange = it->mRange;
|
||||||
|
params.mArea = it->mArea;
|
||||||
params.mIsConstant = (spell->mData.mType == ESM::Spell::ST_Ability);
|
params.mIsConstant = (spell->mData.mType == ESM::Spell::ST_Ability);
|
||||||
params.mNoTarget = false;
|
params.mNoTarget = false;
|
||||||
effects.push_back(params);
|
effects.push_back(params);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user