summaryrefslogtreecommitdiff
path: root/src/map/data/npcd.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-03-05 22:26:23 +0300
committerAndrei Karas <akaras@inbox.ru>2015-03-05 22:26:23 +0300
commit924d3b6f300839800b5c5c514f918edd432fc8bb (patch)
tree64edc13ea53b897664c7593bf7567f3698ddefb0 /src/map/data/npcd.h
parent6b230a4de27de394dd4e28662cd27070ab91c1f1 (diff)
downloadevol-hercules-924d3b6f300839800b5c5c514f918edd432fc8bb.tar.gz
evol-hercules-924d3b6f300839800b5c5c514f918edd432fc8bb.tar.bz2
evol-hercules-924d3b6f300839800b5c5c514f918edd432fc8bb.tar.xz
evol-hercules-924d3b6f300839800b5c5c514f918edd432fc8bb.zip
Replace struct npc_data to TBL_NPC.
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 986e793..52f3b76 100644
--- a/src/map/data/npcd.h
+++ b/src/map/data/npcd.h
@@ -6,7 +6,7 @@
struct NpcdExt;
-struct NpcdExt *npcd_get(struct npc_data *nd);
+struct NpcdExt *npcd_get(TBL_NPC *nd);
struct NpcdExt *npcd_create(void);
#endif // EVOL_MAP_NPCD