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 --- db/const.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'db') diff --git a/db/const.txt b/db/const.txt index 2bf4d41d4..0698bba85 100644 --- a/db/const.txt +++ b/db/const.txt @@ -492,7 +492,9 @@ ATF_TARGET 0x02 ATF_SHORT 0x04 ATF_LONG 0x08 ATF_WEAPON 0x10 -ATF_SKILL 0x20 +ATF_MAGIC 0x20 +ATF_MISC 0x40 +ATF_SKILL 0x60 IG_BlueBox 1 IG_VioletBox 2 -- cgit v1.2.3-70-g09d2