From 0034a439b74142f27a93b422ef66eaa90ddb7ab3 Mon Sep 17 00:00:00 2001 From: Paradox924X Date: Tue, 9 Feb 2010 20:26:42 +0000 Subject: Expanded range for cached and stored-in-db guild member exp (devotion) from uint32 to uint64. (bugreport:3983) Capped value when sending to client to INT_MAX to prevent confusion. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14242 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/common/mmo.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/common') diff --git a/src/common/mmo.h b/src/common/mmo.h index e7cb5b572..8f31a9e0f 100644 --- a/src/common/mmo.h +++ b/src/common/mmo.h @@ -425,7 +425,7 @@ struct map_session_data; struct guild_member { int account_id, char_id; short hair,hair_color,gender,class_,lv; - unsigned int exp; + uint64 exp; int exp_payper; short online,position; char name[NAME_LENGTH]; -- cgit v1.2.3-70-g09d2