diff options
Diffstat (limited to 'src/net/eathena/guildrecv.cpp')
-rw-r--r-- | src/net/eathena/guildrecv.cpp | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/net/eathena/guildrecv.cpp b/src/net/eathena/guildrecv.cpp index ef49698ee..ec446edf5 100644 --- a/src/net/eathena/guildrecv.cpp +++ b/src/net/eathena/guildrecv.cpp @@ -158,4 +158,13 @@ void GuildRecv::processGuildEmblem(Net::MessageIn &msg) msg.readInt16("emblem id"); } +void GuildRecv::processOnlineInfo(Net::MessageIn &msg) +{ + // look like unused packet + UNIMPLIMENTEDPACKET; + msg.readBeingId("being id"); + msg.readInt32("char id"); + msg.readInt32("online"); +} + } // namespace EAthena |