Changed conf file names to not overwrite your conf files.
This commit is contained in:
@@ -90,7 +90,7 @@ WrongPass.BanType = 0
|
||||
# section my.ini)
|
||||
# ".;/path/to/unix_socket;username;password;database" - (use Unix sockets on
|
||||
# Unix/Linux)
|
||||
# Default: "127.0.0.1;3306;cypher;cypher;auth"
|
||||
# Default: "127.0.0.1;3306;username;password;auth"
|
||||
|
||||
LoginDatabaseInfo = "127.0.0.1;3306;username;password;auth"
|
||||
|
||||
@@ -130,7 +130,7 @@
|
||||
<Content Include="Red.ico" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="BNetServer.conf">
|
||||
<None Include="BNetServer.conf.dist">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</None>
|
||||
</ItemGroup>
|
||||
|
||||
@@ -37,10 +37,10 @@ LogsDir = "./Logs"
|
||||
# Description: Database connection settings for the world server.
|
||||
# Example: "hostname;port;username;password;database"
|
||||
|
||||
# Default: "127.0.0.1;3306;cypher;cypher;auth" - (LoginDatabaseInfo)
|
||||
# "127.0.0.1;3306;cypher;cypher;world" - (WorldDatabaseInfo)
|
||||
# "127.0.0.1;3306;cypher;cypher;characters" - (CharacterDatabaseInfo)
|
||||
# "127.0.0.1;3306;cypher;cypher;hotfixes" - (HotfixDatabaseInfo)
|
||||
# Default: "127.0.0.1;3306;username;password;auth" - (LoginDatabaseInfo)
|
||||
# "127.0.0.1;3306;username;password;world" - (WorldDatabaseInfo)
|
||||
# "127.0.0.1;3306;username;password;characters" - (CharacterDatabaseInfo)
|
||||
# "127.0.0.1;3306;username;password;hotfixes" - (HotfixDatabaseInfo)
|
||||
|
||||
LoginDatabaseInfo = "127.0.0.1;3306;username;password;auth"
|
||||
WorldDatabaseInfo = "127.0.0.1;3306;username;password;world"
|
||||
@@ -101,7 +101,7 @@
|
||||
<Content Include="Blue.ico" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="WorldServer.conf">
|
||||
<None Include="WorldServer.conf.dist">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</None>
|
||||
</ItemGroup>
|
||||
|
||||
Reference in New Issue
Block a user