summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorajarn <ajarn@54d463be-8e91-2dee-dedb-b68131a5f0ec>2004-12-27 01:58:49 +0000
committerajarn <ajarn@54d463be-8e91-2dee-dedb-b68131a5f0ec>2004-12-27 01:58:49 +0000
commit13b4a9b69ed320b24a223451e8345ea3e80b960a (patch)
tree3af437b045d316fa2e1f7915af037c099c33f0a9
parentae248e8af2bbeb7096f8253be9b304ee0d1a532e (diff)
downloadhercules-13b4a9b69ed320b24a223451e8345ea3e80b960a.tar.gz
hercules-13b4a9b69ed320b24a223451e8345ea3e80b960a.tar.bz2
hercules-13b4a9b69ed320b24a223451e8345ea3e80b960a.tar.xz
hercules-13b4a9b69ed320b24a223451e8345ea3e80b960a.zip
update
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@802 54d463be-8e91-2dee-dedb-b68131a5f0ec
-rw-r--r--src/map/map.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/map.h b/src/map/map.h
index 9da2592c1..dcda50978 100644
--- a/src/map/map.h
+++ b/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;