
Native Equipment Sets dragged to bars causes exception
desmondw opened this issue ยท 0 comments
Which version are you using when bug occurred
11.0.2.1b-release
Describe the bug
Native Equipment Sets dragged to bars causes exception
LUA Error
Message: Interface/AddOns/ActionBarProfiles/Restore.lua:2191: bad argument #1 to 'PickupEquipmentSet' (outside of expected range -2147483648 to 2147483647 - Usage: C_EquipmentSet.PickupEquipmentSet(equipmentSetID))
Time: Wed Oct 9 04:43:27 2024
Count: 7
Stack: Interface/AddOns/ActionBarProfiles/Restore.lua:2191: bad argument #1 to 'PickupEquipmentSet' (outside of expected range -2147483648 to 2147483647 - Usage: C_EquipmentSet.PickupEquipmentSet(equipmentSetID))
[string "=[C]"]: in function `PickupEquipmentSet'
[string "@Interface/AddOns/ActionBarProfiles/Restore.lua"]:2191: in function `PlaceEquipment'
[string "@Interface/AddOns/ActionBarProfiles/Restore.lua"]:999: in function `RestoreActions'
[string "@Interface/AddOns/ActionBarProfiles/Restore.lua"]:87: in function `UseProfile'
[string "@Interface/AddOns/ActionBarProfiles/Dialogs.lua"]:124: in function `OnUseConfirm'
[string "@Interface/AddOns/ActionBarProfiles/Dialogs.lua"]:17: in function `OnAccept'
[string "@Interface/AddOns/Blizzard_StaticPopup/Mainline/StaticPopup.lua"]:1016: in function `StaticPopup_OnClick'
[string "*StaticPopup.xml:23_OnClick"]:1: in function <[string "*StaticPopup.xml:23_OnClick"]:1>
Locals: (*temporary) = "Fishing"
(*temporary) = "outside of expected range -2147483648 to 2147483647 - Usage: C_EquipmentSet.PickupEquipmentSet(equipmentSetID)"
To Reproduce
Steps to reproduce the behavior:
- create an equipment set
- drag equipment set to action bar and save apb
- try to load on a different spec
Additional context
My use case had all slots equipment ignored except feet and I was loading between guardian druid and feral druid where not all spells would carry over. Removing the equipment sets from the bars loaded it without thrown exceptions though.