Pre-configured hexid.
This commit is contained in:
4
trunk/dist/game/config/hexid.txt
vendored
Normal file
4
trunk/dist/game/config/hexid.txt
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
#The HexId to Auth into LoginServer
|
||||
#Fri Jan 02 01:25:33 EET 2015
|
||||
HexID=-2ad66b3f483c22be097019f55c8abdf0
|
||||
ServerID=14
|
4
trunk/dist/tools/sql/login/gameservers.sql
vendored
4
trunk/dist/tools/sql/login/gameservers.sql
vendored
@@ -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', '');
|
||||
|
Reference in New Issue
Block a user