Skip to content

Commit

Permalink
Update for 11.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
fuba82 committed Aug 14, 2024
1 parent 81475b3 commit 37c7e28
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Core.lua
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
local addon, ns = ...

local IsAddOnLoaded = C_AddOns and C_AddOns.IsAddOnLoaded or IsAddOnLoaded
local GetSpellInfo = C_Spell and C_Spell.GetSpellInfo or GetSpellInfo

local DefaultSettings = {
options = {
conjureOnRightClick = true,
Expand Down

0 comments on commit 37c7e28

Please sign in to comment.