DB/Auth: Update gamebuild

This commit is contained in:
Nay
2012-07-23 16:25:00 +01:00
parent 15f9f14121
commit be3735275f
2 changed files with 2 additions and 1 deletions

View File

@@ -210,7 +210,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,14545);
INSERT INTO `realmlist` VALUES (1,'Trinity','127.0.0.1',8085,1,0,1,0,0,15595);
/*!40000 ALTER TABLE `realmlist` ENABLE KEYS */;
UNLOCK TABLES;