From db2e8d73c95e5108bcc051f9b13cb5d58d8a7764 Mon Sep 17 00:00:00 2001 From: ackis Date: Fri, 6 Feb 2009 20:02:19 +0000 Subject: [PATCH] Add some debug stuff to see how i fucked tooltips up. --- ARLFrame.lua | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/ARLFrame.lua b/ARLFrame.lua index 05977ef..4693452 100644 --- a/ARLFrame.lua +++ b/ARLFrame.lua @@ -792,9 +792,13 @@ local function GenerateTooltipContent(owner, rIndex, playerFaction, exclude) local spelllink = recipeDB[rIndex]["RecipeLink"] local spelltooltiplocation = addon.db.profile.spelltooltiplocation - local acquiretooltiplocation = addon.db.profile.acquiretooltiplocation + --@alpha@ + addon:Print("Setting Spell Tooltip to " .. spelltooltiplocation) + addon:Print("Setting Acquire Tooltip to " .. acquiretooltiplocation) + --@end-alpha@ + -- Acquire Tooltip is off if (acquiretooltiplocation == L["Off"]) then arlTooltip:Hide() -- 1.7.9.5