summaryrefslogtreecommitdiff
path: root/src/tools
diff options
context:
space:
mode:
authorYehonal <yehonal.azeroth@gmail.com>2022-10-22 00:21:16 +0200
committerGitHub <noreply@github.com>2022-10-22 00:21:16 +0200
commit77a52b8001ba6292b87138471deb7d8aa7b84e4b (patch)
treefd5415c79c93af30c978603b9c525d34a261a7fc /src/tools
parent53219310cfbb356afacb7419ee1c1a24b12bf750 (diff)
fix(CORE): another attempt to fix the dbimport command line warning (#13449)
Diffstat (limited to 'src/tools')
-rw-r--r--src/tools/dbimport/dbimport.conf.dist11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/tools/dbimport/dbimport.conf.dist b/src/tools/dbimport/dbimport.conf.dist
index b4c1e77a45..656bdd35b8 100644
--- a/src/tools/dbimport/dbimport.conf.dist
+++ b/src/tools/dbimport/dbimport.conf.dist
@@ -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 = ""
+
###################################################################################################
###################################################################################################