Pre-configured hexid.
This commit is contained in:
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