From f4f98c7627c1978bc49d156a8b4dbc5d4170f0d8 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 11 Mar 2015 19:35:18 +0300 Subject: eathena: add partial support for packet SMSG_PLAYER_REPAIR_EFFECT 0x01fe. --- 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 db31c5cef..0e284d234 100644 --- a/src/net/eathena/protocol.h +++ b/src/net/eathena/protocol.h @@ -104,6 +104,7 @@ #define SMSG_PLAYER_SKILL_PRODUCE_EFFECT 0x018f #define SMSG_PLAYER_SKILL_AUTO_SPELLS 0x01cd #define SMSG_PLAYER_REPAIR_LIST 0x01fc +#define SMSG_PLAYER_REPAIR_EFFECT 0x01fe #define SMSG_SKILL_FAILED 0x0110 #define SMSG_SKILL_DAMAGE 0x01de #define SMSG_SKILL_AUTO_CAST 0x0147 -- cgit v1.2.3-70-g09d2