summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorHaru <haru@dotalux.com>2017-04-20 18:38:17 +0200
committerGitHub <noreply@github.com>2017-04-20 18:38:17 +0200
commitd2bcca50d2adfee5fe402bd790d4bd2dd133e158 (patch)
tree0cce8bcf4217ac05117499b626ede9dd9fe19d97 /src
parent17b04a885341bd381ba419ec59f212ec84a23c4b (diff)
parent83bd27683fafdc0cc13d7a09ae1f0309d90a41ea (diff)
downloadhercules-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')
-rw-r--r--src/map/npc.h3
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 {