summaryrefslogtreecommitdiff
path: root/src/net/eathena/skillrecv.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2017-11-29 23:49:52 +0300
committerAndrei Karas <akaras@inbox.ru>2017-11-29 23:49:52 +0300
commitdb0ced5b85e36c762d3d2c3a0d10039587bce1c2 (patch)
tree1a171a6a425e4d4a730ef779ba6747a03c5c43d4 /src/net/eathena/skillrecv.cpp
parent2de6716d264241b247a353c837841cbfdb05f066 (diff)
downloadplus-db0ced5b85e36c762d3d2c3a0d10039587bce1c2.tar.gz
plus-db0ced5b85e36c762d3d2c3a0d10039587bce1c2.tar.bz2
plus-db0ced5b85e36c762d3d2c3a0d10039587bce1c2.tar.xz
plus-db0ced5b85e36c762d3d2c3a0d10039587bce1c2.zip
Add packeet SMSG_SKILL_SCALE 0x0a41.
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