From fff70c8f8b5ca96e13d458f03caa21386b96c647 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Fri, 19 Sep 2014 14:56:41 +0300 Subject: eathena: add partial support for packet SMSG_BEING_REMOVE_SKILL 0x0120. --- src/net/eathena/protocol.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/net/eathena/protocol.h') diff --git a/src/net/eathena/protocol.h b/src/net/eathena/protocol.h index 16f0acb09..8095d1200 100644 --- a/src/net/eathena/protocol.h +++ b/src/net/eathena/protocol.h @@ -94,6 +94,7 @@ #define SMSG_BEING_SPAWN 0x090f /**< A being spawns nearby */ #define SMSG_BEING_MOVE2 0x0086 /**< New eAthena being moves */ #define SMSG_BEING_REMOVE 0x0080 +#define SMSG_BEING_REMOVE_SKILL 0x0120 #define SMSG_BEING_CHANGE_LOOKS 0x00c3 // Same as 0x00c3, but 16 bit ID #define SMSG_BEING_CHANGE_LOOKS2 0x01d7 -- cgit v1.2.3-70-g09d2