From 887fa697cb85893b27064232b94bc8c3049fbdb7 Mon Sep 17 00:00:00 2001 From: "James D. Callahan III" Date: Sat, 6 Mar 2010 16:32:10 -0500 Subject: [PATCH] Use WOTLK instead of 3 for the version check. --- Datamine.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Datamine.lua b/Datamine.lua index 3be9e4b..ef76361 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 > 3 then + elseif game_vers > private.game_versions.WOTLK then tinsert(output, "Expansion information too high: " .. tostring(spell_id) .. " " .. recipe_name) end local optimal = recipe.optimal_level -- 1.7.9.5