Mercurial > wow > cyborg-mmo7
changeset 50:7cbd32de1fdd
Fixed activation of equipment sets.
author | madcatzinc@35b17cf1-18cd-47ff-9ca3-31d6b526ef09 |
---|---|
date | Fri, 03 May 2013 23:23:58 +0000 |
parents | 3b1f85a1cbb1 |
children | fb81254bd7b8 |
files | WowObjects.lua |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/WowObjects.lua Fri May 03 23:23:53 2013 +0000 +++ b/WowObjects.lua Fri May 03 23:23:58 2013 +0000 @@ -298,7 +298,7 @@ -- PlaySound("igAbilityIconDrop") ClearCursor() -- SetCursor(self.texture) - return PickupEquipmentSetByName(self.Name) + return PickupEquipmentSetByName(self.name) end function WowEquipmentSet_methods:SetBinding(key)