diff options
Diffstat (limited to 'src/map/map.h')
-rw-r--r-- | src/map/map.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/map/map.h b/src/map/map.h index c26b00505..eef71e7c1 100644 --- a/src/map/map.h +++ b/src/map/map.h @@ -397,7 +397,7 @@ struct status_change { unsigned int option;// effect state }; -struct vending { +struct s_vending { short index; unsigned short amount; unsigned int value; @@ -771,7 +771,7 @@ struct map_session_data { int vender_id; int vend_num; char message[MESSAGE_SIZE]; - struct vending vending[MAX_VENDING]; + struct s_vending vending[MAX_VENDING]; struct pet_data *pd; struct homun_data *hd; // [blackhole89] |