* Removed motd from ragsrvinfo table in main.sql, missed in previous commit (follow up to r14579).

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@14580 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
ai4rei 2010-12-12 00:58:24 +00:00
parent d173283814
commit c961604f0b

View File

@ -574,8 +574,7 @@ CREATE TABLE IF NOT EXISTS `ragsrvinfo` (
`name` varchar(255) NOT NULL default '',
`exp` int(11) unsigned NOT NULL default '0',
`jexp` int(11) unsigned NOT NULL default '0',
`drop` int(11) unsigned NOT NULL default '0',
`motd` varchar(255) NOT NULL default ''
`drop` int(11) unsigned NOT NULL default '0'
) ENGINE=MyISAM;
--