mirror of
https://github.com/CPunch/gopenfusion.git
synced 2025-11-06 23:50:20 +00:00
login: implement CHAR_DELETE && SAVE_CHAR_TUTOR
- inventory is now properly grabbed from db
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user