diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-09-20 18:37:32 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-09-20 21:26:08 +0300 |
commit | 2ac58b6b39b155a9033677f225fe5c56b63cb6b1 (patch) | |
tree | e803ac2cedf2b79106a632438c35a7b84abbca68 /src/net/eathena/beingrecv.cpp | |
parent | 89b050bdb385dd80cf5c03336565e97239ef24bf (diff) | |
download | plus-2ac58b6b39b155a9033677f225fe5c56b63cb6b1.tar.gz plus-2ac58b6b39b155a9033677f225fe5c56b63cb6b1.tar.bz2 plus-2ac58b6b39b155a9033677f225fe5c56b63cb6b1.tar.xz plus-2ac58b6b39b155a9033677f225fe5c56b63cb6b1.zip |
Fix processBeingRemoveSkill name.
Diffstat (limited to 'src/net/eathena/beingrecv.cpp')
-rw-r--r-- | src/net/eathena/beingrecv.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/eathena/beingrecv.cpp b/src/net/eathena/beingrecv.cpp index 31a7bd371..f794b8091 100644 --- a/src/net/eathena/beingrecv.cpp +++ b/src/net/eathena/beingrecv.cpp @@ -1275,7 +1275,7 @@ void BeingRecv::processPlayerGuilPartyInfo(Net::MessageIn &msg) BLOCK_END("BeingRecv::processPlayerGuilPartyInfo") } -void BeingRecv::processBeingRemoveSkil(Net::MessageIn &msg) +void BeingRecv::processBeingRemoveSkill(Net::MessageIn &msg) { UNIMPLIMENTEDPACKET; // +++ if skill unit was added, here need remove it from actors |