summaryrefslogtreecommitdiff
path: root/src/map/status.h
diff options
context:
space:
mode:
authorDastgir <dastgirpojee@rocketmail.com>2016-01-11 19:37:02 +0530
committerHaru <haru@dotalux.com>2016-02-28 22:22:30 +0100
commit6fccf18b6112475d00c3abc63804043df8cb4df6 (patch)
tree89305c9080421768ceea19bc7cfd78293dc691cf /src/map/status.h
parent21f992314cde9243474bb171d09ec3d971b07214 (diff)
downloadhercules-6fccf18b6112475d00c3abc63804043df8cb4df6.tar.gz
hercules-6fccf18b6112475d00c3abc63804043df8cb4df6.tar.bz2
hercules-6fccf18b6112475d00c3abc63804043df8cb4df6.tar.xz
hercules-6fccf18b6112475d00c3abc63804043df8cb4df6.zip
Added NoKnockback Mode for monsters
Signed-off-by: Haru <haru@dotalux.com>
Diffstat (limited to 'src/map/status.h')
-rw-r--r--src/map/status.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/status.h b/src/map/status.h
index 85219b280..14cda8545 100644
--- a/src/map/status.h
+++ b/src/map/status.h
@@ -1823,6 +1823,7 @@ enum e_mode
MD_CHANGETARGET_MELEE = 0x1000,
MD_CHANGETARGET_CHASE = 0x2000,
MD_TARGETWEAK = 0x4000,
+ MD_NOKNOCKBACK = 0x8000,
MD_MASK = 0xFFFF,
};