Update README.md

fixed requirement for note to not be null
This commit is contained in:
Image 2020-03-07 23:37:05 -05:00
parent 101d673a11
commit 5caedf4d8c

View file

@ -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)