summaryrefslogtreecommitdiff
path: root/src/map/npc.h
diff options
context:
space:
mode:
authorAnnieRuru <jeankof@ymail.com>2015-10-31 00:08:22 +0800
committerAnnieRuru <jeankof@ymail.com>2015-10-31 00:08:22 +0800
commit583ecd7e050413a4a6bd3845fb6124a3770abeb0 (patch)
tree30df861f49f7b5a9aead29ca141e3e32f5e6b45e /src/map/npc.h
parent1be5817fdbefb0ad9bb760f1bc7eecdc2a7bb961 (diff)
downloadhercules-583ecd7e050413a4a6bd3845fb6124a3770abeb0.tar.gz
hercules-583ecd7e050413a4a6bd3845fb6124a3770abeb0.tar.bz2
hercules-583ecd7e050413a4a6bd3845fb6124a3770abeb0.tar.xz
hercules-583ecd7e050413a4a6bd3845fb6124a3770abeb0.zip
Add new config to allow player vend/chat room nearby hidden npc
make changes to (#837) - mske better battle_config clarification - Add FAKE_NPC constant in the source and use them - also use the HIDDEN_WARP_NPC constants
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 bf3d1494d..e12f942ae 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,
WARP_DEBUG_CLASS = 722,