From 50cfeb9aa406b9f81a6aa51dcd87201e5f3bae1e Mon Sep 17 00:00:00 2001 From: Shauren Date: Sat, 23 Jun 2018 21:31:09 +0200 Subject: Core/Misc: Improved ip2location code and set it to disabled by default (cherry picked from commit 0ead73516adfeaff96292685592085e20737d535) --- src/server/worldserver/worldserver.conf.dist | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'src/server/worldserver') 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 = "" # ################################################################################################### -- cgit v1.2.3