diff options
| author | Shauren <shauren.trinity@gmail.com> | 2018-06-23 21:31:09 +0200 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2018-06-23 21:31:09 +0200 |
| commit | 0ead73516adfeaff96292685592085e20737d535 (patch) | |
| tree | 816971749135215f2ec19a9039ef80a38999b9d4 /src/server/worldserver | |
| parent | 1c7f9a2ad84324e13e60e786fb063848285d2f72 (diff) | |
Core/Misc: Improved ip2location code and set it to disabled by default
Diffstat (limited to 'src/server/worldserver')
| -rw-r--r-- | src/server/worldserver/worldserver.conf.dist | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/src/server/worldserver/worldserver.conf.dist b/src/server/worldserver/worldserver.conf.dist index 49389b512ac..71382611e8f 100644 --- a/src/server/worldserver/worldserver.conf.dist +++ b/src/server/worldserver/worldserver.conf.dist @@ -211,12 +211,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 = "" # ################################################################################################### |
