fix(Core/Spells): Passive auras with SPELL_ATTR0_ONLY_INDOORS/SPELL_A… (#9837)

* fix(Core/Spells): Passive auras with SPELL_ATTR0_ONLY_INDOORS/SPELL_ATTR0_ONLY_OUTDOORS should not be removed when entering/leaving buildings.

Fixes #9209
This commit is contained in:
UltraNix
2022-01-23 03:09:17 +01:00
committed by GitHub
parent fa6e9818fb
commit ac0129a0ac
2 changed files with 37 additions and 2 deletions

View File

@@ -2955,6 +2955,8 @@ private:
Optional<float> _farSightDistance = { };
bool _wasOutdoor;
PlayerSettingMap m_charSettingsMap;
};