Skip to content

Commit

Permalink
Update tbc era arg to wotlk one
Browse files Browse the repository at this point in the history
..
  • Loading branch information
r0ska authored Jan 22, 2023
1 parent 454b410 commit d3dc47b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GetLinkWOTLK/GetLinkWOTLK.lua
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ end
--[[SearchFrame registers this function to activate whenever the addon is loaded and whenever item data is received. If the addon deteects it's running a different version than the database it will purge and make a new one.]]

function EventHandler(self, event, arg1, arg2)
if event == "ADDON_LOADED" and arg1 == "GetLinkTBC" then
if event == "ADDON_LOADED" and arg1 == "GetLinkWOTLK" then
if not GLOptions or GLOptions["Version"] ~= nVersion then
GLTable = {}
GLOptions = {}
Expand Down

0 comments on commit d3dc47b

Please sign in to comment.