mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-03-03 12:49:40 +00:00
Fix missing clear in ESM::Spell::load (Fixes #2368)
This commit is contained in:
parent
a139e4efb0
commit
8b417c06db
1 changed files with 1 additions and 0 deletions
|
@ -10,6 +10,7 @@ namespace ESM
|
||||||
|
|
||||||
void Spell::load(ESMReader &esm)
|
void Spell::load(ESMReader &esm)
|
||||||
{
|
{
|
||||||
|
mEffects.mList.clear();
|
||||||
bool hasData = false;
|
bool hasData = false;
|
||||||
while (esm.hasMoreSubs())
|
while (esm.hasMoreSubs())
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue