From 81184f3787f4b9208b7ac1aacb3489ca143c9ccd Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Tue, 10 Nov 2015 15:52:37 +0300 Subject: Add fail summon skill error handling. --- src/net/ea/skillrecv.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/net/ea/skillrecv.h') diff --git a/src/net/ea/skillrecv.h b/src/net/ea/skillrecv.h index 9ef7d511c..2ff5d1974 100644 --- a/src/net/ea/skillrecv.h +++ b/src/net/ea/skillrecv.h @@ -56,6 +56,7 @@ static const unsigned int RFAIL_REDGEM = 0x07; static const unsigned int RFAIL_BLUEGEM = 0x08; static const unsigned int RFAIL_OVERWEIGHT = 0x09; +static const unsigned int RFAIL_SUMMON = 19; static const unsigned int RFAIL_NEED_ITEM = 71; static const unsigned int RFAIL_NEED_EQUIPMENT = 72; -- cgit v1.2.3-70-g09d2