summaryrefslogtreecommitdiff
path: root/src/net/eathena/beingrecv.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/eathena/beingrecv.cpp')
-rw-r--r--src/net/eathena/beingrecv.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/net/eathena/beingrecv.cpp b/src/net/eathena/beingrecv.cpp
index 977e95696..2aaf6be7e 100644
--- a/src/net/eathena/beingrecv.cpp
+++ b/src/net/eathena/beingrecv.cpp
@@ -1667,4 +1667,9 @@ Being *BeingRecv::createBeing2(Net::MessageIn &msg,
return being;
}
+void BeingRecv::processSkillCancel(Net::MessageIn &msg)
+{
+ msg.readInt32("id?");
+}
+
} // namespace EAthena