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.cpp10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/net/eathena/skillrecv.cpp b/src/net/eathena/skillrecv.cpp
index e4b71a076..1449322e7 100644
--- a/src/net/eathena/skillrecv.cpp
+++ b/src/net/eathena/skillrecv.cpp
@@ -526,4 +526,14 @@ void SkillRecv::processSkillItemListWindow(Net::MessageIn &msg)
msg.readInt32("unused");
}
+void SkillRecv::processSkillScale(Net::MessageIn &msg)
+{
+ msg.readBeingId("being id");
+ msg.readInt16("skill id");
+ msg.readInt16("skill level");
+ msg.readInt16("x");
+ msg.readInt16("y");
+ msg.readInt32("cast time");
+}
+
} // namespace EAthena