Skip to content

Commit

Permalink
Fix talent and spec load option Lua error on Classic Era
Browse files Browse the repository at this point in the history
  • Loading branch information
Snakybo committed Aug 31, 2022
1 parent b5a0b36 commit d7ed332
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ The format of this changelog is based on [Keep a Changelog](https://keepachangel
* Type `k:` to search for exact keybinds, for example `k:f` to search for all bindings bound to the `F` key
* Ignore group names in searches

### Fixed

* Fix a Lua error on Classic Era when opening the binding load condtions page

## [1.7.5] - 2022-08-29

### Added
Expand Down
2 changes: 1 addition & 1 deletion Clicked/Config/Bindings.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2049,7 +2049,7 @@ local function DrawBindingLoadConditionsPage(container, binding)
DrawLoadPvPTalent(container, load.pvpTalent, specializationIds)
DrawLoadWarMode(container, load.warMode)
DrawLoadInCovenant(container, load.covenant)
else
elseif Addon:IsGameVersionAtleast("WOTLK") then
local classNames = GetTriStateLoadOptionValue(load.class)

DrawLoadSpecializationClassic(container, load.specialization)
Expand Down

0 comments on commit d7ed332

Please sign in to comment.