summaryrefslogtreecommitdiff
path: root/src/net/eathena/guildrecv.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2017-10-23 17:18:45 +0300
committerAndrei Karas <akaras@inbox.ru>2017-10-23 17:21:10 +0300
commit58a95cf0933aa371709d80c3b6d7a2633026c84d (patch)
treecb02200c81fc0a22cc30319776b32f31706dc33b /src/net/eathena/guildrecv.cpp
parent3b0a138a39f56b1a09909656fc3dcec18f5cdb19 (diff)
downloadplus-58a95cf0933aa371709d80c3b6d7a2633026c84d.tar.gz
plus-58a95cf0933aa371709d80c3b6d7a2633026c84d.tar.bz2
plus-58a95cf0933aa371709d80c3b6d7a2633026c84d.tar.xz
plus-58a95cf0933aa371709d80c3b6d7a2633026c84d.zip
Remove duplicated packet implementation.s20171023
Diffstat (limited to 'src/net/eathena/guildrecv.cpp')
-rw-r--r--src/net/eathena/guildrecv.cpp10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/net/eathena/guildrecv.cpp b/src/net/eathena/guildrecv.cpp
index d235c23bb..fd7570896 100644
--- a/src/net/eathena/guildrecv.cpp
+++ b/src/net/eathena/guildrecv.cpp
@@ -508,16 +508,6 @@ void GuildRecv::processGuildMessage(Net::MessageIn &msg)
}
}
-void GuildRecv::processGuildSkillUp(Net::MessageIn &msg)
-{
- UNIMPLEMENTEDPACKET;
- msg.readInt16("skill id");
- msg.readInt16("level");
- msg.readInt16("sp");
- msg.readInt16("range");
- msg.readUInt8("unused?");
-}
-
void GuildRecv::processGuildReqAlliance(Net::MessageIn &msg)
{
UNIMPLEMENTEDPACKET;