Skip to content

Commit

Permalink
fix: map download url to new release and update otbm files (#1730)
Browse files Browse the repository at this point in the history
  • Loading branch information
dudantas authored Oct 21, 2023
1 parent 1cdf8bb commit 568f40d
Show file tree
Hide file tree
Showing 3 changed files with 105 additions and 103 deletions.
2 changes: 1 addition & 1 deletion config.lua.dist
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ pushWhenAttacking = false
-- 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
toggleDownloadMap = true
mapName = "otservbr"
mapDownloadUrl = "https://github.com/opentibiabr/canary/releases/download/v1.5.0/otservbr.otbm"
mapDownloadUrl = "https://github.com/opentibiabr/canary/releases/download/v3.0.0/otservbr.otbm"
mapAuthor = "OpenTibiaBR"

-- Party List limitations
Expand Down
Loading

0 comments on commit 568f40d

Please sign in to comment.