Quantcast

Add some debug stuff to see how i fucked tooltips up.

ackis [02-06-09 - 20:02]
Add some debug stuff to see how i fucked tooltips up.
Filename
ARLFrame.lua
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()