summaryrefslogtreecommitdiff
path: root/src/map/pc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/pc.h')
-rw-r--r--src/map/pc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/pc.h b/src/map/pc.h
index 313e049..8b1bd7e 100644
--- a/src/map/pc.h
+++ b/src/map/pc.h
@@ -19,7 +19,7 @@ void epc_unequipitem_pos(TBL_PC *sd, int *nPtr, int *posPtr);
bool epc_can_attack (TBL_PC *sd, int *target_id);
-int epc_takeitem(TBL_PC *sd, struct flooritem_data *fitem);
+int epc_takeitem(TBL_PC *sd, TBL_ITEM *fitem);
void epc_validate_levels(void);