classic era
Enum.BagSlotFlags
contains different keys to retail - eg Enum.BagSlotFlags.ClassEquipment
vs Enum.BagSlotFlags.PriorityEquipment
- which is nice to know they can be different but it doesnt explain why Enum.BagIndex.ReagentBag = 5
exists in classic and all the Enum.BagIndex.BankBag_x
values are out by 1 making them unusable.
if they can be different for the different clients then they should at least be correct for those clients.
if they could be fixed at some point that would be appreciated