l2-unlegits/docs/gamepackets/PrivateStoreMsgBuy.txt
alexey.min 043d61633e Docs
2012-02-06 09:14:22 +00:00

14 lines
228 B
Plaintext

Server: Len 45 [PrivateStoreMsgBuy]
2D 00
BF
99 73 06 10 // objectID
6B 00 61 00 ... 00 00 // store msg
protected final void writeImpl()
{
writeC(0xbf);
writeD(_objId);
writeS(_storeMsg);
}