mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-13 14:41:28 +00:00
Update tblWorldServerRegistration.sql
login server expects a "ServerTrusted" column
This commit is contained in:
parent
a503c1af97
commit
d7f9cdf6b6
@ -9,5 +9,6 @@ CREATE TABLE IF NOT EXISTS tblWorldServerRegistration (
|
||||
ServerLastIPAddr varchar(15) NULL,
|
||||
ServerAdminID integer NOT NULL,
|
||||
Note varchar(300) NULL,
|
||||
ServerTrusted int(11),
|
||||
PRIMARY KEY (ServerID, ServerLongName)
|
||||
) ENGINE=InnoDB;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user