mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-27 23:21:20 -04:00
Merge branch 'misc' of github.com:scrawl/openmw into misc
This commit is contained in:
commit
98f13ebcc0
@ -144,9 +144,11 @@ namespace MWGui
|
|||||||
powers.push_back(*it);
|
powers.push_back(*it);
|
||||||
it = spellList.erase(it);
|
it = spellList.erase(it);
|
||||||
}
|
}
|
||||||
else if (spell->data.type == ESM::Spell::ST_Ability)
|
else if (spell->data.type == ESM::Spell::ST_Ability
|
||||||
|
|| spell->data.type == ESM::Spell::ST_Blight
|
||||||
|
|| spell->data.type == ESM::Spell::ST_Curse
|
||||||
|
|| spell->data.type == ESM::Spell::ST_Disease)
|
||||||
{
|
{
|
||||||
// abilities are always active and don't show in the spell window.
|
|
||||||
it = spellList.erase(it);
|
it = spellList.erase(it);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user