From d3dc47ba579145360935c0fbec36c8c385bc285e Mon Sep 17 00:00:00 2001 From: r0ska <101983229+r0ska@users.noreply.github.com> Date: Mon, 23 Jan 2023 01:08:01 +0200 Subject: [PATCH] Update tbc era arg to wotlk one .. --- GetLinkWOTLK/GetLinkWOTLK.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GetLinkWOTLK/GetLinkWOTLK.lua b/GetLinkWOTLK/GetLinkWOTLK.lua index 22f2edc..418364b 100644 --- a/GetLinkWOTLK/GetLinkWOTLK.lua +++ b/GetLinkWOTLK/GetLinkWOTLK.lua @@ -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 = {}