Skip to content

Commit

Permalink
Starter Build Base Implementation Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
derfloh205 committed Nov 29, 2023
1 parent 1f4b151 commit 6b2af69
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion LoadoutReminder.toc
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
## X-Wago-ID: n6VPOLGd
## X-WoWI-ID: 26653
## SavedVariablesPerCharacter: LoadoutReminderDBV2, LoadoutReminderGGUIConfig, LoadoutReminderOptions
## Version: 4.0.0
## Version: 4.0.1
## OptionalDeps: BetterAddonList, AddonControlPanel, TalentLoadoutManager

embeds.xml
Expand Down
3 changes: 3 additions & 0 deletions Modules/Talents/Talents.lua
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,9 @@ end
---@param configID number
---@return string | nil configName
function LoadoutReminder.TALENTS.BLIZZARD:GetTalentSetNameByID(configID)
if configID == Constants.TraitConsts.STARTER_BUILD_TRAIT_CONFIG_ID then
return 'Starter Build'
end
local configInfo = C_Traits.GetConfigInfo(configID)
return (configInfo and configInfo.name) or nil
end
Expand Down

0 comments on commit 6b2af69

Please sign in to comment.