Quantcast

fixed the game version check.

pompachomp [03-06-10 - 01:10]
fixed the game version check.
Filename
Datamine.lua
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