summaryrefslogtreecommitdiff
path: root/src/map/data/npcd.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-11-29 01:07:45 +0300
committerAndrei Karas <akaras@inbox.ru>2014-11-29 01:07:45 +0300
commit2fbf69ebe75abceb55a66b62bfd4220d3833108d (patch)
tree831447a229257b7a04b62e905d535d38dee2027d /src/map/data/npcd.h
parent99875f9bf3b221ff507e507eeb9f50f4313c32b7 (diff)
downloadevol-hercules-2fbf69ebe75abceb55a66b62bfd4220d3833108d.tar.gz
evol-hercules-2fbf69ebe75abceb55a66b62bfd4220d3833108d.tar.bz2
evol-hercules-2fbf69ebe75abceb55a66b62bfd4220d3833108d.tar.xz
evol-hercules-2fbf69ebe75abceb55a66b62bfd4220d3833108d.zip
Set default npc gender to 3 (no gender).
Diffstat (limited to 'src/map/data/npcd.h')
-rw-r--r--src/map/data/npcd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/data/npcd.h b/src/map/data/npcd.h
index dacd861..986e793 100644
--- a/src/map/data/npcd.h
+++ b/src/map/data/npcd.h
@@ -6,7 +6,7 @@
struct NpcdExt;
-struct NpcdExt *npcd_get(int fd);
+struct NpcdExt *npcd_get(struct npc_data *nd);
struct NpcdExt *npcd_create(void);
#endif // EVOL_MAP_NPCD