diff options
author | Jedzkie <jedzkie13@rocketmail.com> | 2017-04-18 15:55:49 +0800 |
---|---|---|
committer | Jedzkie <jedzkie13@rocketmail.com> | 2017-04-18 15:55:49 +0800 |
commit | 83bd27683fafdc0cc13d7a09ae1f0309d90a41ea (patch) | |
tree | 51b9c3912e4abf21934b83ee8eb4c3f15d31b178 /src/map | |
parent | 5802b22439441be1914ae9024d6ce06d51c0210f (diff) | |
download | hercules-83bd27683fafdc0cc13d7a09ae1f0309d90a41ea.tar.gz hercules-83bd27683fafdc0cc13d7a09ae1f0309d90a41ea.tar.bz2 hercules-83bd27683fafdc0cc13d7a09ae1f0309d90a41ea.tar.xz hercules-83bd27683fafdc0cc13d7a09ae1f0309d90a41ea.zip |
Update NPC ID
Diffstat (limited to 'src/map')
-rw-r--r-- | src/map/npc.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/map/npc.h b/src/map/npc.h index 6180e9765..3bd11d536 100644 --- a/src/map/npc.h +++ b/src/map/npc.h @@ -125,7 +125,6 @@ struct npc_data { struct hplugin_data_store *hdata; ///< HPM Plugin Data Store }; - #define START_NPC_NUM 110000000 enum actor_classes { @@ -142,7 +141,7 @@ enum actor_classes { #define MAX_NPC_CLASS 1000 // New NPC range #define MAX_NPC_CLASS2_START 10001 -#define MAX_NPC_CLASS2_END 10203 +#define MAX_NPC_CLASS2_END 10248 //Script NPC events. enum npce_event { |