diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-11-23 22:11:49 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-11-23 22:20:30 +0300 |
commit | 59607172a197cbe622dabc4619100f69067403dd (patch) | |
tree | b9abcba01d6a1d177203e88e9347e7f9282d68be /src/net/eathena/skillrecv.cpp | |
parent | f7928a91e25deec5314b55e2b269c191fc140aec (diff) | |
download | plus-59607172a197cbe622dabc4619100f69067403dd.tar.gz plus-59607172a197cbe622dabc4619100f69067403dd.tar.bz2 plus-59607172a197cbe622dabc4619100f69067403dd.tar.xz plus-59607172a197cbe622dabc4619100f69067403dd.zip |
Impliment packet SMSG_SKILL_SNAP (hercules).
Diffstat (limited to 'src/net/eathena/skillrecv.cpp')
-rw-r--r-- | src/net/eathena/skillrecv.cpp | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/net/eathena/skillrecv.cpp b/src/net/eathena/skillrecv.cpp index f0ce13cdd..75e6464f4 100644 --- a/src/net/eathena/skillrecv.cpp +++ b/src/net/eathena/skillrecv.cpp @@ -325,14 +325,6 @@ void SkillRecv::processSkillFailed(Net::MessageIn &msg) NotifyManager::notify(NotifyTypes::SKILL_FAIL_MESSAGE, txt); } -void SkillRecv::processSkillSnap(Net::MessageIn &msg) -{ - UNIMPLIMENTEDPACKET; - msg.readBeingId("being id"); - msg.readInt16("x"); - msg.readInt16("y"); -} - void SkillRecv::processSkillWarpPoint(Net::MessageIn &msg) { const int skillId = msg.readInt16("skill id"); |