From 72c7b505f1aee0d307f0dfc985d53c66e29fdf56 Mon Sep 17 00:00:00 2001 From: ultramage Date: Fri, 20 Feb 2009 19:47:17 +0000 Subject: Increased variable size for status/skill points to remove the 65k cap (bugreport:1579). Added sql upgrade script to adjust the appropriate char table columns. This is an enhancement to r5762. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13541 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 e138244bd..cb3f2b934 100644 --- a/src/common/mmo.h +++ b/src/common/mmo.h @@ -270,7 +270,7 @@ struct mmo_charstatus { int zeny; short class_; - unsigned short status_point,skill_point; + unsigned int status_point,skill_point; int hp,max_hp,sp,max_sp; unsigned int option; short manner; -- cgit v1.2.3-60-g2f50