From 113aa0e4d3a513415e08b7d5dcd1e4b5d24da21d Mon Sep 17 00:00:00 2001 From: ackis Date: Mon, 31 Aug 2009 21:54:26 +0000 Subject: [PATCH] Turn on the error messages for locations that don't exist now. --- ARLFrame.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ARLFrame.lua b/ARLFrame.lua index c80d001..42c026a 100644 --- a/ARLFrame.lua +++ b/ARLFrame.lua @@ -810,7 +810,7 @@ do name = name .. " (" .. location .. ")" else --@alpha@ - --addon:Print("DEBUG: No continent/zone map match for ID " .. k .. " Location: " .. location) + addon:Print("DEBUG: No continent/zone map match for ID " .. k .. " Location: " .. location) --@end-alpha@ end -- 1.7.9.5