git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/stable@802 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
ajarn 2004-12-27 01:58:49 +00:00
parent 1b7af8f766
commit 72924cd24a

View File

@ -310,7 +310,7 @@ struct map_session_data {
int vender_id;
int vend_num;
char message[80];
struct vending vending[12];
struct vending vending[MAX_VENDING];
int catch_target_class;
struct s_pet pet;