Skip to content

Commit

Permalink
fix: use namespaced GetSpellInfo
Browse files Browse the repository at this point in the history
Fixes #160
  • Loading branch information
Rainrider committed Jul 21, 2024
1 parent dfb1eb9 commit 5aa0f97
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions LibPlayerSpells-1.0.lua
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ You should have received a copy of the GNU General Public License
along with LibPlayerSpells-1.0. If not, see <http://www.gnu.org/licenses/>.
--]]

local MAJOR, MINOR, lib = "LibPlayerSpells-1.0", 14
local MAJOR, MINOR, lib = "LibPlayerSpells-1.0", 15
if LibStub then
local oldMinor
lib, oldMinor = LibStub:NewLibrary(MAJOR, MINOR)
Expand All @@ -39,7 +39,7 @@ end

local floor = _G.floor
local format = _G.format
local GetSpellInfo = _G.GetSpellInfo
local GetSpellInfo = _G.C_Spell.GetSpellInfo
local gsub = _G.string.gsub
local strsplit = _G.strsplit
local strtrim = _G.strtrim
Expand Down

0 comments on commit 5aa0f97

Please sign in to comment.