From 65d3824a9e6732760ce0e12201f8b856e097d08e Mon Sep 17 00:00:00 2001 From: Inkfish Date: Sat, 4 Jul 2009 13:17:08 +0000 Subject: * Extended ATF_SKILL to ATF_MAGIC and ATF_MISC. * r13932 Fixed a wrong check on hp in Intimidate code. (bugreport:3305) (I forgot to write the message.) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13933 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/map.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/map/map.h') diff --git a/src/map/map.h b/src/map/map.h index ca40bdd98..8e02becbd 100644 --- a/src/map/map.h +++ b/src/map/map.h @@ -226,7 +226,8 @@ enum auto_trigger_flag { ATF_SHORT=0x04, ATF_LONG=0x08, ATF_WEAPON=0x10, - ATF_SKILL=0x20, + ATF_MAGIC=0x20, + ATF_MISC=0x40, }; struct block_list { -- cgit v1.2.3-70-g09d2