Quantcast

Added addon:AddRecipeLimitedVendor() - args are spell_id, vendor_id, quantity, vendor_id, quantity, etc.

James D. Callahan III [04-08-10 - 23:57]
Added addon:AddRecipeLimitedVendor() - args are spell_id, vendor_id, quantity, vendor_id, quantity, etc.
Filename
ARL.lua
diff --git a/ARL.lua b/ARL.lua
index b6c94b4..9b5c020 100644
--- a/ARL.lua
+++ b/ARL.lua
@@ -1201,6 +1201,10 @@ do
 		GenericAddRecipeAcquire(spell_id, A.VENDOR, "Vendor", private.vendor_list, ...)
 	end

+	function addon:AddRecipeLimitedVendor(spell_id, ...)
+		GenericAddRecipeAcquire(spell_id, A.VENDOR, "Limited Vendor", private.vendor_list, ...)
+	end
+
 	function addon:AddRecipeWorldDrop(spell_id, ...)
 		GenericAddRecipeAcquire(spell_id, A.WORLD_DROP, nil, nil, ...)
 	end