From 2e1bc7b330f2b30a84e058959394725108058c0e Mon Sep 17 00:00:00 2001 From: pompachomp Date: Sat, 5 Dec 2009 05:02:51 +0000 Subject: [PATCH] Use the correct ptr version number in the check. --- RecipeDB/ARL-Blacksmith.lua | 4 ++-- RecipeDB/ARL-Engineer.lua | 4 ++-- RecipeDB/ARL-Tailor.lua | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/RecipeDB/ARL-Blacksmith.lua b/RecipeDB/ARL-Blacksmith.lua index 01acdbd..8df7fc6 100644 --- a/RecipeDB/ARL-Blacksmith.lua +++ b/RecipeDB/ARL-Blacksmith.lua @@ -2616,10 +2616,10 @@ function addon:InitBlacksmithing(RecipeDB) ------------------------------------------------------------------------------------------- --PATCH 3.3 ICECROWN CITADEL CRAFTED RECIPES------------------- ------------------------------------------------------------------------------------------- - -- 3.3.0 Items + -- 0.3.0 Items local version = GetBuildInfo() - if (version == "3.3.0") then + if (version == "0.3.0") then -- Puresteel Legplates -- 70562 AddRecipe(70562,450,49902,4,2,450,475,487,500) diff --git a/RecipeDB/ARL-Engineer.lua b/RecipeDB/ARL-Engineer.lua index 8f62af6..5735b57 100644 --- a/RecipeDB/ARL-Engineer.lua +++ b/RecipeDB/ARL-Engineer.lua @@ -1631,10 +1631,10 @@ function addon:InitEngineering(RecipeDB) ------------------------------------------------------------------------------------------- --PATCH 3.3 ICECROWN CITADEL CRAFTED RECIPES------------------- ------------------------------------------------------------------------------------------- - -- 3.3.0 Items + -- 0.3.0 Items local version = GetBuildInfo() - if (version == "3.3.0") then + if (version == "0.3.0") then -- Iceblade Arrow -- 72953 AddRecipe(72953,450,52021,4,2,450,450,450,460) diff --git a/RecipeDB/ARL-Tailor.lua b/RecipeDB/ARL-Tailor.lua index c8d9a2d..46ff0be 100644 --- a/RecipeDB/ARL-Tailor.lua +++ b/RecipeDB/ARL-Tailor.lua @@ -2296,10 +2296,10 @@ function addon:InitTailoring(RecipeDB) ------------------------------------------------------------------------------------------- --PATCH 3.3 ICECROWN CITADEL CRAFTED RECIPES------------------- ------------------------------------------------------------------------------------------- - -- 3.3.0 Items + -- 0.3.0 Items local version = GetBuildInfo() - if (version == "3.3.0") then + if (version == "0.3.0") then -- -- Leggings of Woven Death -- 70550 AddRecipe(70550,450,49891,4,2,450,475,487,500) -- 1.7.9.5