From 7fac46c81fa7b194600d84e930a184ce69513279 Mon Sep 17 00:00:00 2001 From: gpanula Date: Sun, 5 Apr 2015 21:10:08 -0500 Subject: [PATCH] Updated Linux loginserver notes (markdown) --- Linux-loginserver-notes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Linux-loginserver-notes.md b/Linux-loginserver-notes.md index 84c9c86..8ca5c66 100644 --- a/Linux-loginserver-notes.md +++ b/Linux-loginserver-notes.md @@ -36,7 +36,7 @@ Update the tblWorldServerRegistration table Add your server to the tblWorldServerRegistration table http://www.eqemulator.org/forums/showpost.php?p=174840&postcount=41 ~~~ -insert into tblworldserverregistration +insert into tblWorldServerRegistration (ServerID,ServerLongName,ServerTagDescription,ServerShortName,ServerListTypeID,ServerLastLoginDate,ServerLastIPAddr,ServerAdminID,Note) values ('1','LongNameFromConfig','Blah','ShortNameFromConfig','3',now(),'192.168.1.105','1','');