From 59607172a197cbe622dabc4619100f69067403dd Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Mon, 23 Nov 2015 22:11:49 +0300 Subject: Impliment packet SMSG_SKILL_SNAP (hercules). --- src/net/eathena/skillrecv.cpp | 8 -------- 1 file changed, 8 deletions(-) (limited to 'src/net/eathena/skillrecv.cpp') 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"); -- cgit v1.2.3-70-g09d2