summaryrefslogtreecommitdiff
path: root/src/map/map.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/map.h')
-rw-r--r--src/map/map.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/map/map.h b/src/map/map.h
index ca40bdd98..8e02becbd 100644
--- a/src/map/map.h
+++ b/src/map/map.h
@@ -226,7 +226,8 @@ enum auto_trigger_flag {
ATF_SHORT=0x04,
ATF_LONG=0x08,
ATF_WEAPON=0x10,
- ATF_SKILL=0x20,
+ ATF_MAGIC=0x20,
+ ATF_MISC=0x40,
};
struct block_list {