summaryrefslogtreecommitdiff
path: root/src/net/eathena/beingrecv.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2018-11-03 00:03:38 +0300
committerAndrei Karas <akaras@inbox.ru>2018-11-03 00:03:38 +0300
commit9e5d035a2e43424ad63f159a6c8971a15a9079f4 (patch)
tree2eb4064714058fb9d0ebaf8358162f2d4f61116f /src/net/eathena/beingrecv.cpp
parenta6d18b282ab916c6536dc25516affeb9200043b6 (diff)
downloadplus-9e5d035a2e43424ad63f159a6c8971a15a9079f4.tar.gz
plus-9e5d035a2e43424ad63f159a6c8971a15a9079f4.tar.bz2
plus-9e5d035a2e43424ad63f159a6c8971a15a9079f4.tar.xz
plus-9e5d035a2e43424ad63f159a6c8971a15a9079f4.zip
Add packet SMSG_BEING_REMOVE_SPECIAL_EFFECT 0x0b0d.
Diffstat (limited to 'src/net/eathena/beingrecv.cpp')
-rw-r--r--src/net/eathena/beingrecv.cpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/net/eathena/beingrecv.cpp b/src/net/eathena/beingrecv.cpp
index f145bb17b..f05148810 100644
--- a/src/net/eathena/beingrecv.cpp
+++ b/src/net/eathena/beingrecv.cpp
@@ -1450,6 +1450,13 @@ void BeingRecv::processBeingSpecialEffect(Net::MessageIn &msg)
}
}
+void BeingRecv::processBeingRemoveSpecialEffect(Net::MessageIn &msg)
+{
+ UNIMPLEMENTEDPACKET;
+ msg.readBeingId("being id");
+ msg.readInt32("effect type");
+}
+
void BeingRecv::processBeingHatEffects(Net::MessageIn &msg)
{
// +++ add new type of permanent effects?