diff options
Diffstat (limited to 'src/emap/map.c')
-rw-r--r-- | src/emap/map.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/emap/map.c b/src/emap/map.c index 8e92d90..3b09212 100644 --- a/src/emap/map.c +++ b/src/emap/map.c @@ -26,7 +26,8 @@ #include "emap/struct/itemdext.h" #include "emap/struct/sessionext.h" -int emap_addflooritem_post(int retVal, +int emap_addflooritem_post(const struct block_list *bl, + int retVal, struct item *item, int *amount __attribute__ ((unused)), int16 *m __attribute__ ((unused)), |