From 15a067108a3cf465a4eaddd655770e96ff5c5092 Mon Sep 17 00:00:00 2001 From: ai4rei Date: Sat, 16 Apr 2011 18:58:26 +0000 Subject: * Updated field `weapon` in table `char` to default to '0' (bare-handed) rather than '1' (knife) (follow up to r11696). - Apply upgrade_svn14796.sql to reflect the change on existing setups. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14796 54d463be-8e91-2dee-dedb-b68131a5f0ec --- sql-files/upgrade_svn14796.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 sql-files/upgrade_svn14796.sql (limited to 'sql-files/upgrade_svn14796.sql') diff --git a/sql-files/upgrade_svn14796.sql b/sql-files/upgrade_svn14796.sql new file mode 100644 index 000000000..21c1bcd55 --- /dev/null +++ b/sql-files/upgrade_svn14796.sql @@ -0,0 +1 @@ +ALTER TABLE `char` MODIFY `weapon` SMALLINT(6) UNSIGNED NOT NULL DEFAULT '0'; -- cgit v1.2.3-70-g09d2