# HG changeset patch # User Flick # Date 1174597673 0 # Node ID 0ea4c8ab1991b8fa7125ce21701849fac7710940 # Parent e27e4204bf5eb7eabf91a3573afe9b521071d2f7 Removed redundant setting of config.id in PetActionType diff -r e27e4204bf5e -r 0ea4c8ab1991 classes/ReAction_PetActionType.lua --- 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