From fbf68b61de8d821fb16c5ba4a1e86bfa886e1a0a Mon Sep 17 00:00:00 2001 From: Marco Date: Tue, 6 Feb 2024 04:30:27 -0300 Subject: [PATCH] chore: map version to the latest release (#2179) Small change to download the latest map version and adjust in comments. --- config.lua.dist | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/config.lua.dist b/config.lua.dist index d517f786906..e5188d15b65 100644 --- a/config.lua.dist +++ b/config.lua.dist @@ -341,12 +341,12 @@ pushDistanceDelay = 1500 pushWhenAttacking = false -- Map --- NOTE: set mapName WITHOUT .otbm at the end --- NOTE: If toggleDownloadMap if false, then the mapDownloadUrl will not be used --- NOTE: If a map with the name already exists in the world folder, the map will not be downloaded even if the toggleDownloadMap is true +-- Note: Set mapName without .otbm at the end. +-- Note: If toggleDownloadMap is set to false, the mapDownloadUrl will not be used. +-- Note: If a map with the same name already exists in the world folder, the map will not be downloaded, even if toggleDownloadMap is set to true. toggleDownloadMap = true +mapDownloadUrl = "https://github.com/opentibiabr/canary/releases/download/v3.1.0/otservbr.otbm" mapName = "otservbr" -mapDownloadUrl = "https://github.com/opentibiabr/canary/releases/download/v3.0.0/otservbr.otbm" mapAuthor = "OpenTibiaBR" -- Party List limitations