ModernUO/Projects/UOContent/Engines/Factions
Kamron Batman cb474712f8
fix: Removes side effect of setting skill mod when changing Owner (#1101)
## Breaking Change!
Setting `mod.Owner` will no longer update a skill mod.
**Please stick to the API and use `mobile.AddSkillMod(mod)` for all situations, including equipping.**


## Fixes
- [X] Fixes memory leak in factions.
- [X] Changes `List<SkillMod>` to `HashSet<SkillMod>`.
- [X] Eliminates skill mods adding/removing twice.
2022-06-30 12:07:08 -07:00
..
Core fix: Removes side effect of setting skill mod when changing Owner (#1101) 2022-06-30 12:07:08 -07:00
Definitions C# 9 Cleanup (#325) 2020-11-27 00:29:21 -08:00
Gumps fix: Adds more null checks for text definition to prevent NPEs (#936) 2022-02-18 11:13:38 -08:00
Instances Formats UO Content (#201) 2020-08-27 18:30:38 -07:00
Items fix: Fixes localization corner cases with OPL (#1050) 2022-06-12 21:17:42 -07:00
Mobiles fix: Cleans up AI code (#1084) 2022-06-20 19:32:16 -07:00