From 400200948796c1fcd529b79a1026be4064c37b67 Mon Sep 17 00:00:00 2001 From: skotlex Date: Fri, 9 Jun 2006 03:51:18 +0000 Subject: - Modified guild exp to be an unsigned int rather than a signed one. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7059 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/common/mmo.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/common/mmo.h') diff --git a/src/common/mmo.h b/src/common/mmo.h index f842c4b0d..205c943c5 100644 --- a/src/common/mmo.h +++ b/src/common/mmo.h @@ -297,7 +297,8 @@ struct guild_skill { struct guild { int guild_id; short guild_lv, connect_member, max_member, average_lv; - int exp,next_exp,skill_point; + unsigned int exp,next_exp; + int skill_point; #ifdef TXT_ONLY //FIXME: Gotta remove this variable completely, but doing so screws up the format of the txt save file... int castle_id; -- cgit v1.2.3-70-g09d2