Initial changes.

This commit is contained in:
MobiusDevelopment
2019-10-15 21:51:01 +00:00
parent 481a1a019c
commit c7712bbde0
3821 changed files with 2008450 additions and 137785 deletions

View File

@@ -41,8 +41,8 @@ GameserverPort = 7777
Driver = org.mariadb.jdbc.Driver
# Database URL
# Default: jdbc:mariadb://localhost/l2jmobiusclassic?useUnicode=true&characterEncoding=utf-8&useSSL=false
URL = jdbc:mariadb://localhost/l2jmobiusclassic?useUnicode=true&characterEncoding=utf-8&useSSL=false
# Default: jdbc:mariadb://localhost/l2jmobiusclassicinterlude?useUnicode=true&characterEncoding=utf-8&useSSL=false
URL = jdbc:mariadb://localhost/l2jmobiusclassicinterlude?useUnicode=true&characterEncoding=utf-8&useSSL=false
# Database user info (default is "root" but it's not recommended)
Login = root
@@ -83,7 +83,7 @@ RequestServerID = 1
# True = The Login Server will give an other ID to the server if the requested ID is already reserved.
# Default: True
AcceptAlternateID = True
AcceptAlternateID = False
# Datapack root directory.
# Defaults to current directory from which the server is started unless the below line is uncommented.