Quantcast

Fixed a typo.

James D. Callahan III [03-14-10 - 07:38]
Fixed a typo.
Filename
Datamine.lua
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