Quantcast

In addon:Scan(): Removed a call to addon:White()

James D. Callahan III [03-26-10 - 12:18]
In addon:Scan(): Removed a call to addon:White()
Filename
ARL.lua
diff --git a/ARL.lua b/ARL.lua
index 28fe2db..91f58db 100644
--- a/ARL.lua
+++ b/ARL.lua
@@ -1676,7 +1676,7 @@ do
 					recipe.is_known = true
 					recipes_found = recipes_found + 1
 				else
-					self:Debug(tradeName .. " " .. SpellString .. self:White(L["MissingFromDB"]))
+					self:Debug(tradeName .. " " .. SpellString .. L["MissingFromDB"])
 				end
 			end
 		end