Quote:
line 857 slotprimary
865 slotsecondary
1129 target, slotprimary
1983 slotprimary
|
I'm assuming those are 'SlotPrimary' and 'SlotSecondary' ?
Yes..I've delinked the existing inventory slot enumeration in preparation of the new inventory system.
You will need to use:
Code:
EQEmu::legacy::SLOT_PRIMARY
EQEmu::legacy::SLOT_SECONDARY
for ref:
https://github.com/EQEmu/Server/blob...u_legacy.h#L28