Merge pull request #668 from Vennren/master

Fixed a possible syntax error for roulette tables
* Thanks to @Vennren.
This commit is contained in:
Aleos 2015-10-26 12:34:05 -04:00
commit 286f251e2e
2 changed files with 2 additions and 0 deletions

View File

@ -704,6 +704,7 @@ CREATE TABLE IF NOT EXISTS `ragsrvinfo` (
--
-- Table structure for `db_roulette`
--
CREATE TABLE `db_roulette` (
`index` int(11) NOT NULL default '0',
`level` smallint(5) unsigned NOT NULL,

View File

@ -3,6 +3,7 @@ ALTER TABLE `char` ADD COLUMN `sex` ENUM('M','F','U') NOT NULL default 'U';
--
-- Table structure for `db_roulette`
--
CREATE TABLE `db_roulette` (
`index` int(11) NOT NULL default '0',
`level` smallint(5) unsigned NOT NULL,