Przeglądaj źródła

update

git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/stable@802 54d463be-8e91-2dee-dedb-b68131a5f0ec
ajarn 20 lat temu
rodzic
commit
72924cd24a
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      src/map/map.h

+ 1 - 1
src/map/map.h

@@ -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;