Closed Necrolis closed 2 months ago
https://github.com/ThePhrozenKeep/D2MOO/blob/559def2d8fd94e1d2f959fa6e4f907a0f221795f/source/D2Game/src/GAME/SCmd.cpp#L2149
packet7B.nHand = nHand ? 0x08 : 0x00; should be packet7B.nHand = nHand ? 0x80 : 0x00;
packet7B.nHand = nHand ? 0x08 : 0x00;
packet7B.nHand = nHand ? 0x80 : 0x00;
https://github.com/ThePhrozenKeep/D2MOO/blob/559def2d8fd94e1d2f959fa6e4f907a0f221795f/source/D2Game/src/GAME/SCmd.cpp#L2149
packet7B.nHand = nHand ? 0x08 : 0x00;
should bepacket7B.nHand = nHand ? 0x80 : 0x00;