Update README.md
fixed requirement for note to not be null
This commit is contained in:
parent
101d673a11
commit
5caedf4d8c
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ Note: These instructions for now will be primarily based in Windows, but any Lin
|
|||
insert into account set name='test',passwd=md5('test');
|
||||
- World Server Login Account (Used in Step 5):
|
||||
|
||||
insert into login_worldservers set name='TestLabs',account='testlabs',description='TestLabs',password=md5('testpass'),login_version='0.7.3-dev';
|
||||
insert into login_worldservers set name='TestLabs',account='testlabs',description='TestLabs',password=md5('testpass'),note='',login_version='0.7.3-dev';
|
||||
|
||||
5. Open the C:\\[YOUREQ2EMUGITSRC]\server\LoginServer.ini file (Notepad or other flavor editor)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue