summaryrefslogtreecommitdiff
path: root/src/map/log.h
diff options
context:
space:
mode:
authorIbrahim Zidan <brahem@aotsw.com>2019-04-13 21:17:11 +0200
committerIbrahim Zidan <brahem@aotsw.com>2019-05-05 23:28:09 +0200
commita8f85f757435bc6f409d78612b53e4c3c531abb9 (patch)
treecf138fb324be44135e7037e3711f5f12136cf770 /src/map/log.h
parentbd1c1bb39b3d69fba175bda94af4e9d1149fbbb5 (diff)
downloadhercules-a8f85f757435bc6f409d78612b53e4c3c531abb9.tar.gz
hercules-a8f85f757435bc6f409d78612b53e4c3c531abb9.tar.bz2
hercules-a8f85f757435bc6f409d78612b53e4c3c531abb9.tar.xz
hercules-a8f85f757435bc6f409d78612b53e4c3c531abb9.zip
Fix variables shadowing refine interface variable map-server source
Signed-off-by: Ibrahim Zidan <brahem@aotsw.com>
Diffstat (limited to 'src/map/log.h')
-rw-r--r--src/map/log.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/log.h b/src/map/log.h
index db802575d..116d99bfd 100644
--- a/src/map/log.h
+++ b/src/map/log.h
@@ -155,7 +155,7 @@ struct log_interface {
char (*picktype2char) (e_log_pick_type type);
char (*chattype2char) (e_log_chat_type type);
- bool (*should_log_item) (int nameid, int amount, int refine, struct item_data *id);
+ bool (*should_log_item) (int nameid, int amount, int refine_level, struct item_data *id);
};
#ifdef HERCULES_CORE