diff options
author | Inkfish <Inkfish@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2009-07-04 13:17:08 +0000 |
---|---|---|
committer | Inkfish <Inkfish@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2009-07-04 13:17:08 +0000 |
commit | 65d3824a9e6732760ce0e12201f8b856e097d08e (patch) | |
tree | 50d3a303149dd7c6f904166fb743d2d0a63dac87 /db/const.txt | |
parent | adb0530acc2d47f904297133808b3f48fff1a6a1 (diff) | |
download | hercules-65d3824a9e6732760ce0e12201f8b856e097d08e.tar.gz hercules-65d3824a9e6732760ce0e12201f8b856e097d08e.tar.bz2 hercules-65d3824a9e6732760ce0e12201f8b856e097d08e.tar.xz hercules-65d3824a9e6732760ce0e12201f8b856e097d08e.zip |
* 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
Diffstat (limited to 'db/const.txt')
-rw-r--r-- | db/const.txt | 4 |
1 files changed, 3 insertions, 1 deletions
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 |