Skip to content

Commit

Permalink
chore: map version to the latest release (opentibiabr#2179)
Browse files Browse the repository at this point in the history
Small change to download the latest map version and adjust in comments.
  • Loading branch information
omarcopires authored Feb 6, 2024
1 parent f221c75 commit fbf68b6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions config.lua.dist
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fbf68b6

Please sign in to comment.