From 672f943d517f12530250ba44fced2087a1408a6f Mon Sep 17 00:00:00 2001 From: pompachomp Date: Fri, 5 Mar 2010 20:10:41 -0500 Subject: [PATCH] fixed the game version check. --- Datamine.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Datamine.lua b/Datamine.lua index bc719f8..3be9e4b 100644 --- a/Datamine.lua +++ b/Datamine.lua @@ -1802,7 +1802,7 @@ do if not game_vers then tinsert(output, "No expansion information: " .. tostring(spell_id) .. " " .. recipe_name) - elseif game_vers > 2 then + elseif game_vers > 3 then tinsert(output, "Expansion information too high: " .. tostring(spell_id) .. " " .. recipe_name) end local optimal = recipe.optimal_level -- 1.7.9.5