Mercurial > wow > reaction
changeset 15:0ea4c8ab1991
Removed redundant setting of config.id in PetActionType
author | Flick <flickerstreak@gmail.com> |
---|---|
date | Thu, 22 Mar 2007 21:07:53 +0000 |
parents | e27e4204bf5e |
children | 832aab6fed49 |
files | classes/ReAction_PetActionType.lua |
diffstat | 1 files changed, 0 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/classes/ReAction_PetActionType.lua Thu Mar 22 21:02:57 2007 +0000 +++ b/classes/ReAction_PetActionType.lua Thu Mar 22 21:07:53 2007 +0000 @@ -62,7 +62,6 @@ function RAPAT:SetID( id ) -- paging not supported id = tonumber(id) -- force data integrity if id then - self.config.ids[self.barIdx] = { id } local f = self:GetActionFrame() f:SetAttribute("action",id) -- the following is the goofy hack to work around Blizzard not exporting the pet functions securely