Nov 13 2018 by eqmule
- Updated for BETA
- Updated InvSlotMgr for TEST and BETA it has 0x900 slots now.
This means /itemnotify in <pack#> <slot#> rightmouseup will work again.
- FirstFreeSlot now returns -1 if no freeslot is found.
- FirstFreeSlot returns 0-whatever, it does NOT start counting on 1 anymore.
This means: if it return 0 the FIRST slot is in fact empty.
if it returns 1 the SECOND slot is in fact empty, etc.
We do this because in real life, from a coders perpective, arrays start at 0. not 1.
and, thats just the way it should be.