# HG changeset patch # User Flick # Date 1214592006 0 # Node ID 913857b7e12337137593ba2c5b3a782364f2a29b # Parent 8119fbe25939a7679ba58f3e94580ebfb3e0a0ee Changed format of button frame names diff -r 8119fbe25939 -r 913857b7e123 modules/ReAction_PetAction/ReAction_PetAction.lua --- a/modules/ReAction_PetAction/ReAction_PetAction.lua Fri Jun 27 18:39:34 2008 +0000 +++ b/modules/ReAction_PetAction/ReAction_PetAction.lua Fri Jun 27 18:40:06 2008 +0000 @@ -198,7 +198,7 @@ self = setmetatable( { }, { __index = Button } ) self.bar, self.idx, self.config = bar, idx, config - local name = config.name or ("ReAction_%s_Pet_%d"):format(bar:GetName(),idx) + local name = config.name or ("ReAction_%s_%s_%d"):format(bar:GetName(),moduleID,idx) config.name = name self.name = name config.actionID = ActionIDList[config.actionID] -- gets a free one if none configured