Skip to content

Commit

Permalink
Fix changing the self-cast modifier on classic
Browse files Browse the repository at this point in the history
Fixes #54
  • Loading branch information
Nevcairiel committed May 21, 2021
1 parent dd3a5d9 commit e0fd053
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .luacheckrc
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ read_globals = {
"LibStub",

-- API functions
"AttemptToSaveBindings",
"C_PetBattles",
"CanExitVehicle",
"ClearOverrideBindings",
Expand Down
1 change: 1 addition & 0 deletions Options/Options.lua
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ local AceConfigDialog = LibStub("AceConfigDialog-3.0")

local error, select, pairs = error, select, pairs
local WoWClassic = (WOW_PROJECT_ID ~= WOW_PROJECT_MAINLINE)
local SaveBindings = SaveBindings or AttemptToSaveBindings

-- GLOBALS: LibStub, UnitHasVehicleUI, GetModifiedClick, SetModifiedClick, SaveBindings, GetCurrentBindingSet, InCombatLockdown

Expand Down

0 comments on commit e0fd053

Please sign in to comment.