From 792b211d40f10e938b1041974b04e911bd5e4ba4 Mon Sep 17 00:00:00 2001 From: skotlex Date: Thu, 2 Mar 2006 21:11:50 +0000 Subject: - Fame list size is now defined by MAX_FAME_LIST constant (mmo.h) - Char server can now specify the max size for blacksmith/alchemist/taekwon rankers. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5435 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/common/mmo.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/common/mmo.h') diff --git a/src/common/mmo.h b/src/common/mmo.h index 04ea008bc..a58e8de86 100644 --- a/src/common/mmo.h +++ b/src/common/mmo.h @@ -106,6 +106,8 @@ #define MAX_FRIENDS 40 #define MAX_MEMOPOINTS 10 +//Size of the fame list arrays. +#define MAX_FAME_LIST 10 //These max values can be exceeded and the char/map servers will update them with no problems //These are just meant to minimize the updating needed between char/map servers as players login. //Room for initial 10K accounts -- cgit v1.2.3-60-g2f50