From 29edc3594d33ade8cc84f9190c122f369c2a24b8 Mon Sep 17 00:00:00 2001 From: torhal Date: Mon, 1 Feb 2010 18:15:08 +0000 Subject: [PATCH] Fixed a variable that was missed during renaming. --- ARL.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ARL.lua b/ARL.lua index 0207573..ffb3c6b 100644 --- a/ARL.lua +++ b/ARL.lua @@ -1144,7 +1144,7 @@ do DB[ID].name = quest_name or "Missing name: Quest "..ID end --@alpha@ - if not Loc then + if not location then self:Print("Spell ID: " .. ID .. " (" .. DB[ID].name .. ") has an unknown location.") end --@end-alpha@ -- 1.7.9.5