From fefb0dca3e8156c427f90bddfd5104b82f8f11e1 Mon Sep 17 00:00:00 2001 From: ackis Date: Fri, 29 May 2009 18:38:07 +0000 Subject: [PATCH] Add a few comments to people know what I was doing with that code. --- ARLFrame.lua | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ARLFrame.lua b/ARLFrame.lua index 934634a..a05649e 100644 --- a/ARLFrame.lua +++ b/ARLFrame.lua @@ -536,6 +536,7 @@ do local continent, zone local loc = nil + -- Get the entries location if (maplist[k] == 2) then loc = vendorDB[k] elseif (maplist[k] == 3) then @@ -544,7 +545,8 @@ do loc = questDB[k] end - if not loc then -- Uh-oh. -Torhal + -- We don't have a loc in our database for these entries + if (not loc) then --@alpha@ addon:Print("DEBUG: No continent/zone map match for ID " .. k .. " - loc is nil.") --@end-alpha@ -- 1.7.9.5