From 924d3b6f300839800b5c5c514f918edd432fc8bb Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 5 Mar 2015 22:26:23 +0300 Subject: Replace struct npc_data to TBL_NPC. --- src/map/data/npcd.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/map/data/npcd.h') 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 -- cgit v1.2.3-70-g09d2