diff RatPageController.lua @ 49:3b1f85a1cbb1

Fixed dropping of equipment sets in the Rat page.
author madcatzinc@35b17cf1-18cd-47ff-9ca3-31d6b526ef09
date Fri, 03 May 2013 23:23:53 +0000
parents 6ce173840e68
children 8b8b0bade520
line wrap: on
line diff
--- a/RatPageController.lua	Fri May 03 19:39:43 2013 +0000
+++ b/RatPageController.lua	Fri May 03 23:23:53 2013 +0000
@@ -65,6 +65,9 @@
 	elseif type=='battlepet' then
 		local petID = a
 		return CyborgMMO_CreateWowObject('battlepet', petID)
+	elseif type=='equipmentset' then
+		local name = a
+		return CyborgMMO_CreateWowObject('equipmentset', name)
 	elseif type=='petaction' then
 		return nil
 	elseif type=='money' then