diff options
Diffstat (limited to 'src/emap/pc.h')
-rw-r--r-- | src/emap/pc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emap/pc.h b/src/emap/pc.h index 4d227b4..d5c59bf 100644 --- a/src/emap/pc.h +++ b/src/emap/pc.h @@ -61,7 +61,7 @@ int epc_setnewpc_post(int retVal, int epc_additem_post(int retVal, struct map_session_data *sd, - struct item *item_data, + const struct item *item_data, int amount, e_log_pick_type log_type); |