Mercurial > wow > cyborg-mmo7
diff WowObjects.lua @ 50:7cbd32de1fdd
Fixed activation of equipment sets.
author | madcatzinc@35b17cf1-18cd-47ff-9ca3-31d6b526ef09 |
---|---|
date | Fri, 03 May 2013 23:23:58 +0000 |
parents | 1a29be548897 |
children | 8b8b0bade520 |
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)