forked from mirror/openmw-tes3mp
Fix timing of some magicka calculations
This commit is contained in:
parent
fc293aa048
commit
2290346296
1 changed files with 3 additions and 0 deletions
|
@ -532,6 +532,9 @@ namespace MWMechanics
|
|||
creatureStats.setAttribute(i, stat);
|
||||
}
|
||||
|
||||
if (creatureStats.needToRecalcDynamicStats())
|
||||
calculateDynamicStats(ptr);
|
||||
|
||||
{
|
||||
Spells & spells = creatureStats.getSpells();
|
||||
for (Spells::TIterator it = spells.begin(); it != spells.end(); ++it)
|
||||
|
|
Loading…
Reference in a new issue