From 2ce7aa656df82a7261c94fe14b9abc59ab6e4826 Mon Sep 17 00:00:00 2001 From: ai4rei Date: Sun, 12 Dec 2010 00:44:38 +0000 Subject: * Updates to dynamic server information `ragsrvinfo` on SQL. - Fixed exp and drop rates (int) getting truncated (short) when sent to char-server. - Removed `motd` from `ragsrvinfo` as it is not dynamically changed by the server and as such can be read by 3rd party applications directly from conf/motd.txt if required. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14579 54d463be-8e91-2dee-dedb-b68131a5f0ec --- sql-files/upgrade_svn14579.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 sql-files/upgrade_svn14579.sql (limited to 'sql-files') diff --git a/sql-files/upgrade_svn14579.sql b/sql-files/upgrade_svn14579.sql new file mode 100644 index 000000000..ad407aa90 --- /dev/null +++ b/sql-files/upgrade_svn14579.sql @@ -0,0 +1 @@ +ALTER TABLE `ragsrvinfo` DROP `motd`; -- cgit v1.2.3-60-g2f50