File Details
TalentReminder_1.6.4.zip
- R
- May 16, 2026
- 50.78 KB
- 31
- 12.0.5
- Retail
File Name
TalentReminder_1.6.4.zip
Supported Versions
- 12.0.5
Talent Reminder — Patch Notes
Added
- Added content pack support.
- Added separate content preset files for phases/seasons.
- Added
Midnight Phase 1preset. - Added
Midnight Phase 2placeholder preset. - Added dropdown in settings for selecting the active content pack.
- Added separate settings sections for
Dungeons,Raids, andCustom Rules. - Added full
Midnight Phase 1dungeon preset list. - Added raid boss preset structure for
Midnight Phase 1. - Added support for future raid-specific checks by
instanceID + areaID. - Added support for custom user-created rules.
- Added improved
/tr debugoutput. - Added
/tr versioncommand.
Changed
- Reworked SavedVariables structure from name-based storage to ID-based storage.
- Dungeon and raid rules are now saved by stable keys, for example
instance:2811orinstance:2912:area:1234. - Removed dependency on localized dungeon names for saved data.
- UI now tries to display localized names from WoW API instead of using saved names.
- Default preset data is now stored in separate content pack files instead of being hardcoded in main logic.
- Custom rules are stored separately from default preset rules.
- Loadout selections are now stored per content pack.
- Raid entries now use a structure prepared for boss/area-specific logic.
- Settings UI was cleaned up and grouped more clearly.
- Content pack registration was refactored to be safer during addon startup.
Fixed
- Fixed issue where dungeon loadouts could not be found because saved keys used English preset names.
- Fixed issue where localized dungeon names like
Терраса Магистровdid not match saved keys likeMagistersTerrace. - Fixed duplicated storage of the same loadout under several keys.
- Fixed unnecessary
presetInstanceIDsstorage. - Fixed old
dungeonLoadouts/customDungeonNameslogic. - Fixed issue where raid and dungeon names in settings could fall back to English too early.
- Fixed addon crash during
Midnight Phase 1config loading. - Fixed
tonumber(nil)error inContentRegistry.lua. - Fixed early WoW API name resolving during content pack registration.
- Fixed issue where
MidnightPhase1.luacould fail to load completely. - Fixed unsafe sorting logic that used localized display names too early.
Removed
- Removed legacy name-based keys such as
MagistersTerrace,AlgetharAcademy, andPitOfSaron. - Removed migration logic because the addon is still in development and data can be reset.
- Removed unnecessary localized name tables from saved data.
- Removed preset-to-instance mappings from SavedVariables.
Notes
- Saved data is now expected to be created from zero.
- Old SavedVariables can be deleted before testing.
- Recommended installation method: delete the old
TalentReminderfolder first, then install the new version. - Current
Midnight Phase 1preset contains 8 dungeon entries and 9 raid entries.

