diff options
Diffstat (limited to 'src/net/eathena/beingrecv.cpp')
-rw-r--r-- | src/net/eathena/beingrecv.cpp | 7 |
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? |