Pre-configured hexid.

This commit is contained in:
mobius
2015-01-01 23:32:29 +00:00
parent a6983133c3
commit 2e66502687
2 changed files with 7 additions and 1 deletions

4
trunk/dist/game/config/hexid.txt vendored Normal file
View File

@@ -0,0 +1,4 @@
#The HexId to Auth into LoginServer
#Fri Jan 02 01:25:33 EET 2015
HexID=-2ad66b3f483c22be097019f55c8abdf0
ServerID=14

View File

@@ -3,4 +3,6 @@ CREATE TABLE IF NOT EXISTS `gameservers` (
`hexid` varchar(50) NOT NULL DEFAULT '',
`host` varchar(50) NOT NULL DEFAULT '',
PRIMARY KEY (`server_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
INSERT INTO `gameservers` VALUES ('14', '-2ad66b3f483c22be097019f55c8abdf0', '');