From 6c5c913e8e766535267d403dfdd5c50feb561c30 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Jastrz=C4=99bski?= Date: Wed, 12 Jul 2023 08:40:36 +0200 Subject: [PATCH] 10.1.5 update --- RECrystallize.lua | 5 ++- RECrystallize.toc | 4 +- TaintLess.xml | 98 ++++++++++++++++++++++++++++++----------------- 3 files changed, 68 insertions(+), 39 deletions(-) diff --git a/RECrystallize.lua b/RECrystallize.lua index d772c18..dafc701 100644 --- a/RECrystallize.lua +++ b/RECrystallize.lua @@ -175,6 +175,9 @@ function RE:OnEvent(self, event, ...) RE.WarningTimer:Cancel() end elseif event == "ADDON_LOADED" and ... == "RECrystallize" then + self:UnregisterEvent("ADDON_LOADED") + ProfessionsFrame_LoadUI() + if not _G.RECrystallizeDatabase then _G.RECrystallizeDatabase = {} end @@ -289,8 +292,6 @@ function RE:OnEvent(self, event, ...) else RE.IsSkinned = false end - - self:UnregisterEvent("ADDON_LOADED") end end diff --git a/RECrystallize.toc b/RECrystallize.toc index 0d06138..6556ff3 100644 --- a/RECrystallize.toc +++ b/RECrystallize.toc @@ -1,7 +1,7 @@ -## Interface: 100100 +## Interface: 100105 ## Title: |cFF74D06CRE|rCrystallize ## Notes: Provide Auction House scanner and add item prices to tooltips. -## Version: 2.0.2 +## Version: 2.0.3 ## Author: AcidWeb ## SavedVariables: RECrystallizeSettings, RECrystallizeDatabase ## IconTexture: Interface\AddOns\RECrystallize\RELogo diff --git a/TaintLess.xml b/TaintLess.xml index d9dfcbb..c30d0a1 100644 --- a/TaintLess.xml +++ b/TaintLess.xml @@ -1,6 +1,6 @@ \ No newline at end of file