login: implement CHAR_DELETE && SAVE_CHAR_TUTOR

- inventory is now properly grabbed from db
This commit is contained in:
2023-03-10 00:41:21 -06:00
parent 8c52df6554
commit 5c7b9bf9fb
5 changed files with 100 additions and 39 deletions

View File

@@ -20,8 +20,6 @@ type Packet struct {
cursor int // to keep track of things like member alignment for easier debugging
}
const PACK_ALIGN = 4
func NewPacket(buf []byte) *Packet {
pkt := &Packet{
ByteOrder: binary.LittleEndian,