Quantcast

Fixed a variable that was missed during renaming.

torhal [02-01-10 - 18:15]
Fixed a variable that was missed during renaming.
Filename
ARL.lua
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@