diff options
Diffstat (limited to 'src/map/magic-interpreter.h')
-rw-r--r-- | src/map/magic-interpreter.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/magic-interpreter.h b/src/map/magic-interpreter.h index 0e6218e..ebc49ee 100644 --- a/src/map/magic-interpreter.h +++ b/src/map/magic-interpreter.h @@ -166,6 +166,7 @@ typedef struct expr { #define FOREACH_FILTER_ENTITY 3 #define FOREACH_FILTER_TARGET 4 #define FOREACH_FILTER_SPELL 5 +#define FOREACH_FILTER_NPC 6 typedef struct effect { struct effect* next; |