From 4b8bd57e84915b21cb66c0fc518e950a4205c6f3 Mon Sep 17 00:00:00 2001 From: "James D. Callahan III" Date: Sun, 14 Mar 2010 03:38:45 -0400 Subject: [PATCH] Fixed a typo. --- Datamine.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Datamine.lua b/Datamine.lua index b703e0f..86d485b 100644 --- a/Datamine.lua +++ b/Datamine.lua @@ -1236,7 +1236,7 @@ do -- Parse acquire info for j in pairs(acquire) do - if acquire[j].type == private.acqure_types.TRAINER then + if acquire[j].type == private.acquire_types.TRAINER then if acquire[j].ID == targetID then found = true end -- 1.7.9.5