Skip to content

Commit

Permalink
Small TWW bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
Numynum committed Jul 3, 2024
1 parent 75f66df commit fcb5891
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core.lua
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ local core = LibStub("AceAddon-3.0"):NewAddon(coreFrame, title, "AceHook-3.0")

local gsub = gsub
local string_find = string.find
local GetSpellLink = GetSpellLink
local GetSpellLink = GetSpellLink or C_Spell.GetSpellLink;

-- Ace3 Functions
function core:OnInitialize()
Expand Down

0 comments on commit fcb5891

Please sign in to comment.