mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-02-03 02:53:48 +00:00
fix(CORE): another attempt to fix the dbimport command line warning (#13449)
This commit is contained in:
@@ -61,6 +61,17 @@ SourceDirectory = ""
|
||||
#
|
||||
|
||||
MySQLExecutable = ""
|
||||
|
||||
#
|
||||
# TempDir
|
||||
# Description: Temp directory setting.
|
||||
# Important: TempDir needs to be quoted, as the string might contain space characters.
|
||||
# TempDir directory must exists, or the server can't work properly
|
||||
# Example: "/home/youruser/azerothcore/temp"
|
||||
# Default: "" - (Temp files will be stored in the current path)
|
||||
|
||||
TempDir = ""
|
||||
|
||||
###################################################################################################
|
||||
|
||||
###################################################################################################
|
||||
|
||||
Reference in New Issue
Block a user