We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81475b3 commit 37c7e28Copy full SHA for 37c7e28
Core.lua
@@ -1,5 +1,8 @@
1
local addon, ns = ...
2
3
+local IsAddOnLoaded = C_AddOns and C_AddOns.IsAddOnLoaded or IsAddOnLoaded
4
+local GetSpellInfo = C_Spell and C_Spell.GetSpellInfo or GetSpellInfo
5
+
6
local DefaultSettings = {
7
options = {
8
conjureOnRightClick = true,
0 commit comments