From 06972c2281cc8d13834e022639699e2dc03cb639 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 11 Mar 2015 14:19:40 +0300 Subject: eathena: add partial support for packet SMSG_PLAYER_SKILL_PRODUCE_EFFECT 0x018f. --- 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 6b82f8086..21f2b825d 100644 --- a/src/net/eathena/protocol.h +++ b/src/net/eathena/protocol.h @@ -100,6 +100,7 @@ #define SMSG_PLAYER_SKILL_MESSAGE 0x0215 #define SMSG_PLAYER_NOTIFY_MAPINFO 0x0189 #define SMSG_PLAYER_SKILL_PRODUCE_MIX_LIST 0x018d +#define SMSG_PLAYER_SKILL_PRODUCE_EFFECT 0x018f #define SMSG_SKILL_FAILED 0x0110 #define SMSG_SKILL_DAMAGE 0x01de #define SMSG_SKILL_AUTO_CAST 0x0147 -- cgit v1.2.3-70-g09d2