summaryrefslogtreecommitdiff
path: root/src/map/npc.h
diff options
context:
space:
mode:
authorHaruna <haru@dotalux.com>2015-11-18 15:11:54 +0100
committerHaruna <haru@dotalux.com>2015-11-18 15:11:54 +0100
commit8ccf62de1675498991c5795ce1a63f414273290f (patch)
tree2680f3e1ff72c89adc694b5151833483286f0e5f /src/map/npc.h
parentc7f6a3daec449964459e70c0d76fadbc9fdf1345 (diff)
parent583ecd7e050413a4a6bd3845fb6124a3770abeb0 (diff)
downloadhercules-8ccf62de1675498991c5795ce1a63f414273290f.tar.gz
hercules-8ccf62de1675498991c5795ce1a63f414273290f.tar.bz2
hercules-8ccf62de1675498991c5795ce1a63f414273290f.tar.xz
hercules-8ccf62de1675498991c5795ce1a63f414273290f.zip
Merge pull request #837 from AnnieRuru/request_5
Add new config to allow player vend/chat room nearby hidden npc (#834)
Diffstat (limited to 'src/map/npc.h')
-rw-r--r--src/map/npc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/npc.h b/src/map/npc.h
index 60be1fbe4..e7fc16a21 100644
--- a/src/map/npc.h
+++ b/src/map/npc.h
@@ -109,6 +109,7 @@ struct npc_data {
#define START_NPC_NUM 110000000
enum actor_classes {
+ FAKE_NPC = -1,
WARP_CLASS = 45,
HIDDEN_WARP_CLASS = 139,
MOB_TOMB = 565,