summaryrefslogtreecommitdiff
path: root/src/net/eathena/skillrecv.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/eathena/skillrecv.cpp')
-rw-r--r--src/net/eathena/skillrecv.cpp8
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");