summaryrefslogtreecommitdiff
path: root/src/map/npc.h
diff options
context:
space:
mode:
authorEmistry Haoyan <equinox1991@gmail.com>2019-08-13 23:17:12 +0800
committerEmistry Haoyan <equinox1991@gmail.com>2019-08-14 09:54:48 +0800
commit550d2b8007beafe15561dab624e32c12631b0c70 (patch)
treeb871ff5da08d2cb9cd24a3d70fc0e5bbb064108e /src/map/npc.h
parent0edf2360b185f0e1c68bb6ddbbbe3720af5651b3 (diff)
downloadhercules-550d2b8007beafe15561dab624e32c12631b0c70.tar.gz
hercules-550d2b8007beafe15561dab624e32c12631b0c70.tar.bz2
hercules-550d2b8007beafe15561dab624e32c12631b0c70.tar.xz
hercules-550d2b8007beafe15561dab624e32c12631b0c70.zip
Update NPC Identity
- npc id constant
Diffstat (limited to 'src/map/npc.h')
-rw-r--r--src/map/npc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/npc.h b/src/map/npc.h
index 2819cbd87..dab6f7c9b 100644
--- a/src/map/npc.h
+++ b/src/map/npc.h
@@ -149,7 +149,7 @@ enum actor_classes {
#define MAX_NPC_CLASS 1000
// New NPC range
#define MAX_NPC_CLASS2_START 10001
-#define MAX_NPC_CLASS2_END 10310
+#define MAX_NPC_CLASS2_END 10344
//Script NPC events.
enum npce_event {