Browse Source

Update README.md

Note that the account creation option can let you bypass inserting a account to mysql/mariadb
Image 4 years ago
parent
commit
5aaa096d6f
1 changed files with 1 additions and 0 deletions
  1. 1 0
      README.md

+ 1 - 0
README.md

@@ -49,6 +49,7 @@ Note: These instructions for now will be primarily based in Windows, but any Lin
     - Game Login Account:
 	
 		insert into account set name='test',passwd=sha2('test',512);
+		**Note: If you have AccountCreation set to 1 in LoginServer.ini LoginConfig block, you can just login to make a new account**
     - World Server Login Account (Used in Step 5): 
 	
 		insert into login_worldservers set name='TestLabs',account='testlabs',description='TestLabs',password=sha2('testpass',512),note='',login_version='0.7.3-dev';