diff options
Diffstat (limited to 'src/map/mob.h')
-rw-r--r-- | src/map/mob.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/mob.h b/src/map/mob.h index 04d4df8f2..c4f27f08e 100644 --- a/src/map/mob.h +++ b/src/map/mob.h @@ -26,6 +26,7 @@ #define MOB_CLONE_END 10000
// Scripted Mob AI Constants
+#define CALLBACK_NPCCLICK 0x100
#define CALLBACK_ATTACK 0x80
#define CALLBACK_DETECT 0x40
#define CALLBACK_DEAD 0x20
|