summaryrefslogtreecommitdiff
path: root/src/net/eathena/packetsin.inc
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-09-20 18:37:32 +0300
committerAndrei Karas <akaras@inbox.ru>2015-09-20 21:26:08 +0300
commit2ac58b6b39b155a9033677f225fe5c56b63cb6b1 (patch)
treee803ac2cedf2b79106a632438c35a7b84abbca68 /src/net/eathena/packetsin.inc
parent89b050bdb385dd80cf5c03336565e97239ef24bf (diff)
downloadplus-2ac58b6b39b155a9033677f225fe5c56b63cb6b1.tar.gz
plus-2ac58b6b39b155a9033677f225fe5c56b63cb6b1.tar.bz2
plus-2ac58b6b39b155a9033677f225fe5c56b63cb6b1.tar.xz
plus-2ac58b6b39b155a9033677f225fe5c56b63cb6b1.zip
Fix processBeingRemoveSkill name.
Diffstat (limited to 'src/net/eathena/packetsin.inc')
-rw-r--r--src/net/eathena/packetsin.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/eathena/packetsin.inc b/src/net/eathena/packetsin.inc
index a2ffcfcbe..ea44d5a3f 100644
--- a/src/net/eathena/packetsin.inc
+++ b/src/net/eathena/packetsin.inc
@@ -62,7 +62,7 @@ packet(SMSG_BEING_MOVE3, 0x0b04, -1, &Ea::BeingRecv::processB
packet(SMSG_BEING_NAME_RESPONSE, 0x0095, 30, &Ea::BeingRecv::processNameResponse);
packet(SMSG_BEING_NAME_RESPONSE2, 0x0b01, -1, &BeingRecv::processNameResponse2);
packet(SMSG_BEING_REMOVE, 0x0080, 7, &Ea::BeingRecv::processBeingRemove);
-packet(SMSG_BEING_REMOVE_SKILL, 0x0120, 6, &BeingRecv::processBeingRemoveSkil);
+packet(SMSG_BEING_REMOVE_SKILL, 0x0120, 6, &BeingRecv::processBeingRemoveSkill);
packet(SMSG_BEING_RESURRECT, 0x0148, 8, &BeingRecv::processBeingResurrect);
packet(SMSG_BEING_SELFEFFECT, 0x019b, 10, &BeingRecv::processBeingSelfEffect);
packet(SMSG_BEING_SLIDE, 0x01ff, 10, &BeingRecv::processBeingSlide);