sql updates for 3.2.2a

--HG--
branch : trunk
This commit is contained in:
win32
2009-12-18 12:09:53 +02:00
parent 0b410e3ed4
commit 3d142e1448
18 changed files with 226 additions and 180 deletions

View File

@@ -161,7 +161,7 @@ CREATE TABLE `realmlist` (
`timezone` tinyint(3) unsigned NOT NULL default '0',
`allowedSecurityLevel` tinyint(3) unsigned NOT NULL default '0',
`population` float unsigned NOT NULL default '0',
`gamebuild` int(11) unsigned NOT NULL default '9947',
`gamebuild` int(11) unsigned NOT NULL default '10505',
PRIMARY KEY (`id`),
UNIQUE KEY `idx_name` (`name`)
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC COMMENT='Realm System';
@@ -173,7 +173,7 @@ CREATE TABLE `realmlist` (
LOCK TABLES `realmlist` WRITE;
/*!40000 ALTER TABLE `realmlist` DISABLE KEYS */;
INSERT INTO `realmlist` VALUES
(1,'Trinity','127.0.0.1',8085,1,0,1,0,0, 9947);
(1,'Trinity','127.0.0.1',8085,1,0,1,0,0, 10505);
/*!40000 ALTER TABLE `realmlist` ENABLE KEYS */;
UNLOCK TABLES;