Mercurial > wow > cyborg-mmo7
changeset 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 | 40892c6b6075 |
children | 7cbd32de1fdd |
files | RatPageController.lua |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
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