mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-20 07:23:51 +00:00
Fix spell area not displaying in tooltip
This commit is contained in:
parent
205e8aa4e9
commit
9cedd3bb2e
1 changed files with 1 additions and 0 deletions
|
@ -211,6 +211,7 @@ namespace MWGui
|
|||
params.mMagnMin = it->mMagnMin;
|
||||
params.mMagnMax = it->mMagnMax;
|
||||
params.mRange = it->mRange;
|
||||
params.mArea = it->mArea;
|
||||
params.mIsConstant = (spell->mData.mType == ESM::Spell::ST_Ability);
|
||||
params.mNoTarget = false;
|
||||
effects.push_back(params);
|
||||
|
|
Loading…
Reference in a new issue