diff options
author | panikon <panikon@zoho.com> | 2014-05-29 14:53:39 -0300 |
---|---|---|
committer | panikon <panikon@zoho.com> | 2014-05-29 14:53:39 -0300 |
commit | 10e6f1a189f20ca346ada2f6199378869b370442 (patch) | |
tree | 966652fc6b52b02fd75f367769a54989bb86ba9d /src/map/status.h | |
parent | a1df5eec5dc3c36838dbcf78128a83cf98a9b1ac (diff) | |
download | hercules-10e6f1a189f20ca346ada2f6199378869b370442.tar.gz hercules-10e6f1a189f20ca346ada2f6199378869b370442.tar.bz2 hercules-10e6f1a189f20ca346ada2f6199378869b370442.tar.xz hercules-10e6f1a189f20ca346ada2f6199378869b370442.zip |
Implemented MD_RANDOMTARGET, see doc/mob_db_mode_list.txt for more information
Diffstat (limited to 'src/map/status.h')
-rw-r--r-- | src/map/status.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/status.h b/src/map/status.h index 3bdd59041..32bef4df8 100644 --- a/src/map/status.h +++ b/src/map/status.h @@ -1525,6 +1525,7 @@ enum e_mode MD_CHANGETARGET_MELEE = 0x1000, MD_CHANGETARGET_CHASE = 0x2000, MD_TARGETWEAK = 0x4000, + MD_RANDOMTARGET = 0x8000, MD_MASK = 0xFFFF, }; |