Skip to content

Commit 37c7e28

Browse files
committed
Update for 11.0.2
1 parent 81475b3 commit 37c7e28

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Core.lua

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
local addon, ns = ...
22

3+
local IsAddOnLoaded = C_AddOns and C_AddOns.IsAddOnLoaded or IsAddOnLoaded
4+
local GetSpellInfo = C_Spell and C_Spell.GetSpellInfo or GetSpellInfo
5+
36
local DefaultSettings = {
47
options = {
58
conjureOnRightClick = true,

0 commit comments

Comments
 (0)