소스 검색

Update README.md

Image 4 년 전
부모
커밋
03d2a57906
1개의 변경된 파일4개의 추가작업 그리고 2개의 파일을 삭제
  1. 4 2
      README.md

+ 4 - 2
README.md

@@ -46,8 +46,10 @@ Note: These instructions for now will be primarily based in Windows, but any Lin
       source C:\\[YOUREQ2EMUGITSRC]\DB\world_db.sql
       source C:\\[YOUREQ2EMUGITSRC]\DB\world_db.sql
 
 
 4. Add Game Account / World Account: Using the same MySQL Client, continue on creating your accounts
 4. Add Game Account / World Account: Using the same MySQL Client, continue on creating your accounts
-    - Game Login Account: 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';
+    - Game Login Account:
+		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';
 
 
 5. Open the C:\\[YOUREQ2EMUGITSRC]\server\LoginServer.ini file (Notepad or other flavor editor)
 5. Open the C:\\[YOUREQ2EMUGITSRC]\server\LoginServer.ini file (Notepad or other flavor editor)