From 55a6d5e67d528910f94c0e20c497cd6042aff81e Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Mon, 14 Dec 2015 00:28:55 +0300 Subject: Move skill error defines into separate file. --- src/net/eathena/skillrecv.cpp | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/net/eathena') diff --git a/src/net/eathena/skillrecv.cpp b/src/net/eathena/skillrecv.cpp index 75e6464f4..5ebf59178 100644 --- a/src/net/eathena/skillrecv.cpp +++ b/src/net/eathena/skillrecv.cpp @@ -27,6 +27,8 @@ #include "being/localplayer.h" #include "being/playerinfo.h" +#include "const/net/skill.h" + #include "enums/resources/notifytypes.h" #include "gui/widgets/createwidget.h" @@ -52,6 +54,11 @@ #include "debug.h" +static const unsigned int RFAIL_SUMMON = 19; +static const unsigned int RFAIL_NEED_ITEM = 71; +static const unsigned int RFAIL_NEED_EQUIPMENT = 72; +static const unsigned int RFAIL_SPIRITS = 74; + namespace EAthena { -- cgit v1.2.3-60-g2f50