diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-11-13 00:43:30 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-11-13 00:43:30 +0300 |
commit | 50ff01c7d46090e15e6f7fbf1828234dd43cf5fa (patch) | |
tree | 630ea30956ac52cc7d9316f28c85d4d37f076124 /src/net/eathena/itemrecv.cpp | |
parent | 2300cbef216ff22275854e7fe76752a31a947bdc (diff) | |
download | plus-50ff01c7d46090e15e6f7fbf1828234dd43cf5fa.tar.gz plus-50ff01c7d46090e15e6f7fbf1828234dd43cf5fa.tar.bz2 plus-50ff01c7d46090e15e6f7fbf1828234dd43cf5fa.tar.xz plus-50ff01c7d46090e15e6f7fbf1828234dd43cf5fa.zip |
Impliment packet SMSG_GRAFFITI_VISIBLE.
Diffstat (limited to 'src/net/eathena/itemrecv.cpp')
-rw-r--r-- | src/net/eathena/itemrecv.cpp | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/src/net/eathena/itemrecv.cpp b/src/net/eathena/itemrecv.cpp index f082ae163..cd034c739 100644 --- a/src/net/eathena/itemrecv.cpp +++ b/src/net/eathena/itemrecv.cpp @@ -96,19 +96,6 @@ void ItemRecv::processItemDropped2(Net::MessageIn &msg) } } -void ItemRecv::processGraffiti(Net::MessageIn &msg) -{ - UNIMPLIMENTEDPACKET; - msg.readInt32("graffiti id"); - msg.readInt32("creator id"); - msg.readInt16("x"); - msg.readInt16("y"); - msg.readUInt8("job"); - msg.readUInt8("visible"); - msg.readUInt8("is content"); - msg.readString(80, "text"); -} - void ItemRecv::processItemMvpDropped(Net::MessageIn &msg) { UNIMPLIMENTEDPACKET; |