- [UPD] Updated all Item definitions for weapons and armor to always inherit a default set of properties regardless of era. Some eras default to data from other eras, in cases where there's not much difference between them. GETUO, GET2A, GETUOR all point to the definition entries for T2A, while GETTD, GETLBR all point to LBR entries, GETAOS, GETSE point to AOS entries, and GETML and above all point to TOL entries.
- [FIX] Fixed many instances of GET tags pointing to incorrect entries, including some cases that were self-referential, and some duplicate era-specific tags
- [FIX] Fixed some missing variant/aliases for kite/heater shields across all colored armor types
- [FIX] Added missing GETUO tag support in code for Item definitions, which was only defined for NPC definitions previously
- [FIX] System messages about dismissing guild members and broadcasts to guild members about new Guild Master now use the actual name of the character being dismissed/promoted to GM, even if the characters are incognito/disguised
- [FIX] Account system will now save the actual names of characters on the account, even if they are incognito/disguised
- [FIX] Added 'get priv and 'set priv # commands to js/commands/targeting/get/set.js the privilege property for characters
Renamed agressiveanimals.dfn to aggressiveanimals_base.dfn
Renamed agressiveanimals_t2a.dfn to aggressiveanimals_t2a.dfn
Renamed agressiveanimals_aos.dfn to aggressiveanimals_aos.dfn
Renamed agressiveanimals_se.dfn to aggressiveanimals_se.dfn
- [ADD] Added AOS/T2A versions of Agressiveanimals
- [UPD] Updated Base file Agressiveanimals with just all bases
- [ADD] Added bakekitsune_aos and bakekitsune_t2a version
- [FIX] Updated UOX3 Build github workflow to prevent double-building on creation of new pull requests. Now triggers either for pushes to main branches OR for creation/update of PRs
- [FIX] Fixed issue with github workflow files that prevented automatic update of changelog.txt based on PR descriptions. Skip by assigning 'skip changelog' label to PR