diff options
Diffstat (limited to 'src/map/pc.c')
-rw-r--r-- | src/map/pc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/pc.c b/src/map/pc.c index 78c6d5f..594b1c0 100644 --- a/src/map/pc.c +++ b/src/map/pc.c @@ -155,7 +155,7 @@ bool epc_can_attack (TBL_PC *sd, int *target_id) } int epc_takeitem(TBL_PC *sd __attribute__ ((unused)), - struct flooritem_data *fitem) + TBL_ITEM *fitem) { if (!fitem) return 0; |