Quantcast

Formatting

John Pasula [02-16-11 - 21:47]
Formatting
Filename
Database/Blacksmithing.lua
diff --git a/Database/Blacksmithing.lua b/Database/Blacksmithing.lua
index 9276fb3..6298732 100644
--- a/Database/Blacksmithing.lua
+++ b/Database/Blacksmithing.lua
@@ -2981,6 +2981,9 @@ function addon:InitBlacksmithing()
 		AddRecipe(67135, 450, 47575, Q.EPIC, V.WOTLK, 450, 455, 465, 475)
 		self:AddRecipeFlags(67135, F.HORDE, F.RAID, F.IBOE, F.RBOE, F.HEALER, F.CASTER, F.PLATE)
 		self:AddRecipeCustom(67135, 42)
-	end
+
+	end --endif
+
 	return num_recipes
+
 end