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 --- sql-files/upgrade_svn13540.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql-files/upgrade_svn13540.sql (limited to 'sql-files/upgrade_svn13540.sql') diff --git a/sql-files/upgrade_svn13540.sql b/sql-files/upgrade_svn13540.sql new file mode 100644 index 000000000..1c770d074 --- /dev/null +++ b/sql-files/upgrade_svn13540.sql @@ -0,0 +1,2 @@ +ALTER TABLE `char` CHANGE `status_point` `status_point` INT( 11 ) UNSIGNED NOT NULL DEFAULT '0'; +ALTER TABLE `char` CHANGE `skill_point` `skill_point` INT( 11 ) UNSIGNED NOT NULL DEFAULT '0'; -- cgit v1.2.3-70-g09d2