dissector branch: fix description of TOCLIENT_PLAYERITEM in clientserver.h
parent
9ebfbd150e
commit
3edf2bb417
|
@ -165,8 +165,12 @@ enum ToClientCommand
|
||||||
TOCLIENT_PLAYERITEM = 0x36,
|
TOCLIENT_PLAYERITEM = 0x36,
|
||||||
/*
|
/*
|
||||||
u16 command
|
u16 command
|
||||||
u16 peer id
|
u16 count of player items
|
||||||
string serialized item
|
for all player items {
|
||||||
|
u16 peer id
|
||||||
|
u16 length of serialized item
|
||||||
|
string serialized item
|
||||||
|
}
|
||||||
*/
|
*/
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue