Quantcast

Fix bind data for some recipes in Jewelcrafting

mike [02-05-11 - 16:45]
Fix bind data for some recipes in Jewelcrafting
Filename
Database/Jewelcrafting.lua
diff --git a/Database/Jewelcrafting.lua b/Database/Jewelcrafting.lua
index 193c7d7..622c22f 100644
--- a/Database/Jewelcrafting.lua
+++ b/Database/Jewelcrafting.lua
@@ -1115,12 +1115,12 @@ function addon:InitJewelcrafting()

 	-- Amulet of Flowing Life -- 46126
 	AddRecipe(46126, 365, 34360, Q.EPIC, V.TBC, 365, 375, 380, 385)
-	self:AddRecipeFlags(46126, F.CASTER, F.RBOP, F.IBOE, F.HEALER, F.ALLIANCE, F.HORDE, F.RAID, F.NECK)
+	self:AddRecipeFlags(46126, F.CASTER, F.RBOE, F.IBOP, F.HEALER, F.ALLIANCE, F.HORDE, F.RAID, F.NECK)
 	self:AddRecipeAcquire(46126, A.CUSTOM, 24)

 	-- Hard Khorium Choker -- 46127
 	AddRecipe(46127, 365, 34358, Q.EPIC, V.TBC, 365, 375, 380, 385)
-	self:AddRecipeFlags(46127, F.RBOP, F.DPS, F.ALLIANCE, F.IBOP, F.HORDE, F.RAID, F.NECK)
+	self:AddRecipeFlags(46127, F.RBOE, F.DPS, F.ALLIANCE, F.IBOP, F.HORDE, F.RAID, F.NECK)
 	self:AddRecipeAcquire(46127, A.CUSTOM, 24)

 	-- Quick Dawnstone -- 46403