diff options
author | Haru <haru@dotalux.com> | 2017-04-20 18:38:17 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-04-20 18:38:17 +0200 |
commit | d2bcca50d2adfee5fe402bd790d4bd2dd133e158 (patch) | |
tree | 0cce8bcf4217ac05117499b626ede9dd9fe19d97 /src/map/npc.h | |
parent | 17b04a885341bd381ba419ec59f212ec84a23c4b (diff) | |
parent | 83bd27683fafdc0cc13d7a09ae1f0309d90a41ea (diff) | |
download | hercules-d2bcca50d2adfee5fe402bd790d4bd2dd133e158.tar.gz hercules-d2bcca50d2adfee5fe402bd790d4bd2dd133e158.tar.bz2 hercules-d2bcca50d2adfee5fe402bd790d4bd2dd133e158.tar.xz hercules-d2bcca50d2adfee5fe402bd790d4bd2dd133e158.zip |
Merge pull request #1692 from Jedzkie/4-NPC
Update NPC ID
Diffstat (limited to 'src/map/npc.h')
-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 { |