From 4919cd44fd41619061bc922bded0d673dc46538e Mon Sep 17 00:00:00 2001 From: John Pasula Date: Thu, 4 Mar 2010 14:32:39 -0700 Subject: [PATCH] Comment out registering the event. Last time I did this, it caused an infinite loop and I need Pompy to test. :D --- ARL.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ARL.lua b/ARL.lua index 30b3482..b7646d0 100644 --- a/ARL.lua +++ b/ARL.lua @@ -541,7 +541,7 @@ function addon:OnEnable() self:RegisterEvent("TRADE_SKILL_CLOSE") -- Addon responds to tradeskill windows being closed. self:RegisterEvent("TRADE_SKILL_UPDATE") -- http://wowprogramming.com/docs/events/UPDATE_FACTION - self:RegisterEvent("UPDATE_FACTION") -- Addon responds to faction changes by the player + --self:RegisterEvent("UPDATE_FACTION") -- Addon responds to faction changes by the player if addon.db.profile.scantrainers then self:RegisterEvent("TRAINER_SHOW") -- 1.7.9.5