From d5390fa51b47cc70052902301ade7d137eff9d61 Mon Sep 17 00:00:00 2001 From: Jared Adams Date: Mon, 19 Apr 2010 14:47:48 -0600 Subject: Fix two skill failed constants See tmwAthena's skill.c lines 7628 and 7633. Reviewed-by: Chuck Miller --- src/net/tmwa/specialhandler.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/net/tmwa/specialhandler.cpp b/src/net/tmwa/specialhandler.cpp index bd1b2e5a..c5f5d540 100644 --- a/src/net/tmwa/specialhandler.cpp +++ b/src/net/tmwa/specialhandler.cpp @@ -53,8 +53,8 @@ /** reasons why action failed */ #define RFAIL_SKILLDEP 0x00 -#define RFAIL_INSUFHP 0x01 -#define RFAIL_INSUFSP 0x02 +#define RFAIL_INSUFSP 0x01 +#define RFAIL_INSUFHP 0x02 #define RFAIL_NOMEMO 0x03 #define RFAIL_SKILLDELAY 0x04 #define RFAIL_ZENY 0x05 -- cgit v1.2.3-70-g09d2