summaryrefslogtreecommitdiff
path: root/sql-files
diff options
context:
space:
mode:
authorai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec>2010-12-12 00:44:38 +0000
committerai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec>2010-12-12 00:44:38 +0000
commit2ce7aa656df82a7261c94fe14b9abc59ab6e4826 (patch)
treee1333f9d1a0ee3fb8b81648e3b577a8fa7de8015 /sql-files
parent9d66536843f514671766257c54ad9350923548fe (diff)
downloadhercules-2ce7aa656df82a7261c94fe14b9abc59ab6e4826.tar.gz
hercules-2ce7aa656df82a7261c94fe14b9abc59ab6e4826.tar.bz2
hercules-2ce7aa656df82a7261c94fe14b9abc59ab6e4826.tar.xz
hercules-2ce7aa656df82a7261c94fe14b9abc59ab6e4826.zip
* 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
Diffstat (limited to 'sql-files')
-rw-r--r--sql-files/upgrade_svn14579.sql1
1 files changed, 1 insertions, 0 deletions
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`;