Skip to content

Commit

Permalink
DB/Misc: Update auth_database.sql for 6.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Aokromes committed Apr 1, 2016
1 parent 373d710 commit 7b3a9ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sql/base/auth_database.sql
Expand Up @@ -643,7 +643,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(10) unsigned NOT NULL DEFAULT '19793',
`gamebuild` int(10) unsigned NOT NULL DEFAULT '21355',
`Region` tinyint(3) unsigned NOT NULL DEFAULT '2',
`Battlegroup` tinyint(3) unsigned NOT NULL DEFAULT '1',
PRIMARY KEY (`id`),
Expand All @@ -657,7 +657,7 @@ CREATE TABLE `realmlist` (

LOCK TABLES `realmlist` WRITE;
/*!40000 ALTER TABLE `realmlist` DISABLE KEYS */;
INSERT INTO `realmlist` VALUES (1,'Trinity','127.0.0.1','127.0.0.1','255.255.255.0',8085,0,2,1,0,0,20726,2,1);
INSERT INTO `realmlist` VALUES (1,'Trinity','127.0.0.1','127.0.0.1','255.255.255.0',8085,0,2,1,0,0,21355,2,1);
/*!40000 ALTER TABLE `realmlist` ENABLE KEYS */;
UNLOCK TABLES;

Expand Down

0 comments on commit 7b3a9ca

Please sign in to comment.