diff options
author | m_pan <m_pan@github> | 2015-09-22 19:11:58 -0500 |
---|---|---|
committer | m_pan <m_pan@github> | 2015-09-22 19:11:58 -0500 |
commit | 595f819632880b4cf74d2ebb3959f456634b16d7 (patch) | |
tree | 9e9127ad1a0188f9fd6570b3f83c9a290069f44e /src | |
parent | 0453320b6b12377d10bc667abf33276d148293f3 (diff) |
Config ; Minor Typo
# Updates.SourcePath > # Updates.MySqlCLIPath
Diffstat (limited to 'src')
-rw-r--r-- | src/server/worldserver/worldserver.conf.dist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/worldserver/worldserver.conf.dist b/src/server/worldserver/worldserver.conf.dist index 5f4566f44e5..65c07d56329 100644 --- a/src/server/worldserver/worldserver.conf.dist +++ b/src/server/worldserver/worldserver.conf.dist @@ -1148,7 +1148,7 @@ Updates.EnableDatabases = 0 Updates.SourcePath = "" # -# Updates.SourcePath +# Updates.MySqlCLIPath # Description: The path to your mysql cli binary. # If the path is left empty, built-in path from cmake is used. # Example: "C:/Program Files/MySQL/MySQL Server 5.6/bin/mysql.exe" |