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