summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-10-01 19:33:26 +0300
committerAndrei Karas <akaras@inbox.ru>2015-10-01 19:33:26 +0300
commitcdeb65b6bcbce16c654891a7f75b86bc669e2bdf (patch)
tree91e66ff44fe65ab823f6ddd6330e4f00754871d2
parent13f058bf34ada7825776b9596fed04244bae1d27 (diff)
downloadevol-hercules-cdeb65b6bcbce16c654891a7f75b86bc669e2bdf.tar.gz
evol-hercules-cdeb65b6bcbce16c654891a7f75b86bc669e2bdf.tar.bz2
evol-hercules-cdeb65b6bcbce16c654891a7f75b86bc669e2bdf.tar.xz
evol-hercules-cdeb65b6bcbce16c654891a7f75b86bc669e2bdf.zip
Add wrong parameters list in addflooritem function.
-rw-r--r--src/emap/map.c4
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)),