From ae6aa7431d176f3defab07234cdd7677523f0c4d Mon Sep 17 00:00:00 2001 From: codemaster Date: Mon, 13 Dec 2004 22:15:58 +0000 Subject: * common/mmo.h: changed base_level and job_level to unsigned int to increase max levels * char/char.c: added a NULL check for the file in parse_friend_txt * map/atcommand.c/.h: added @clearweather (thanks to Dexity) * map/charcommand.c/.h: added #spiritball * map/mob.c: fixed a compiler warning (ln was an int and was supposed to be an unsigned long int) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@563 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/common/mmo.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/common/mmo.h') diff --git a/src/common/mmo.h b/src/common/mmo.h index 3504b00e4..378f324a1 100644 --- a/src/common/mmo.h +++ b/src/common/mmo.h @@ -129,7 +129,7 @@ struct mmo_charstatus { short head_top,head_mid,head_bottom; char name[24]; - unsigned char base_level,job_level; + unsigned int base_level,job_level; short str,agi,vit,int_,dex,luk; unsigned char char_num,sex; -- cgit v1.2.3-70-g09d2