Quantcast

Use the correct ptr version number in the check.

pompachomp [12-05-09 - 05:02]
Use the correct ptr version number in the check.
Filename
RecipeDB/ARL-Blacksmith.lua
RecipeDB/ARL-Engineer.lua
RecipeDB/ARL-Tailor.lua
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)