summaryrefslogtreecommitdiff
path: root/src/map/mob.h
diff options
context:
space:
mode:
authorremoitnane <remoit(DOT)nane(AT)gmail(DOT)com>2010-07-05 01:25:40 -0700
committerJared Adams <jaxad0127@gmail.com>2010-07-06 01:08:12 -0600
commit9e28e286682dc0c958de4db57483483a460e93de (patch)
tree1fbe39dbbe72b1b0a1da745be72e8daa74942486 /src/map/mob.h
parent3697be69b0dffc185c9b4cf8221c782f48546771 (diff)
downloadtmwa-9e28e286682dc0c958de4db57483483a460e93de.tar.gz
tmwa-9e28e286682dc0c958de4db57483483a460e93de.tar.bz2
tmwa-9e28e286682dc0c958de4db57483483a460e93de.tar.xz
tmwa-9e28e286682dc0c958de4db57483483a460e93de.zip
Add new map flag and condition for mob skills
Signed-off-by: Jared Adams <jaxad0127@gmail.com>
Diffstat (limited to 'src/map/mob.h')
-rw-r--r--src/map/mob.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/mob.h b/src/map/mob.h
index 14c359c..7351f2e 100644
--- a/src/map/mob.h
+++ b/src/map/mob.h
@@ -70,6 +70,7 @@ enum
MSC_MYSTATUSOFF = 0x0021,
MSC_FRIENDSTATUSON = 0x0030,
MSC_FRIENDSTATUSOFF = 0x0031,
+ MSC_NOTINTOWN = 0x0032,
MSC_ATTACKPCGT = 0x0100,
MSC_ATTACKPCGE = 0x0101,