aboutsummaryrefslogtreecommitdiff
path: root/src/server/worldserver
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2018-06-23 21:31:09 +0200
committerShauren <shauren.trinity@gmail.com>2019-01-09 17:35:18 +0100
commit50cfeb9aa406b9f81a6aa51dcd87201e5f3bae1e (patch)
tree5f47b715128418cc91091711f0358e5c2dea961f /src/server/worldserver
parent61532e9816f750ae1690f8d5fca92525d6297ab6 (diff)
Core/Misc: Improved ip2location code and set it to disabled by default
(cherry picked from commit 0ead73516adfeaff96292685592085e20737d535)
Diffstat (limited to 'src/server/worldserver')
-rw-r--r--src/server/worldserver/worldserver.conf.dist9
1 files changed, 4 insertions, 5 deletions
diff --git a/src/server/worldserver/worldserver.conf.dist b/src/server/worldserver/worldserver.conf.dist
index 79005a69d3e..cfcde52c061 100644
--- a/src/server/worldserver/worldserver.conf.dist
+++ b/src/server/worldserver/worldserver.conf.dist
@@ -229,12 +229,11 @@ MySQLExecutable = ""
#
# IPLocationFile
# Description: The path to your IP2Location database CSV file.
-# Example: "C:/Trinity/IP2Location.csv"
-# "/home/trinity/IP2Location.csv"
-# Default: "." - (Current core directory)
-# "" - (Disabled)
+# Example: "C:/Trinity/IP2LOCATION-LITE-DB1.CSV"
+# "/home/trinity/IP2LOCATION-LITE-DB1.CSV"
+# Default: "" - (Disabled)
-IPLocationFile = "."
+IPLocationFile = ""
#
###################################################################################################