Skip to content

Commit

Permalink
Merge branch 'master' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
alek13 committed Jan 13, 2025
2 parents e3cdac0 + f3f36de commit 72483e5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Change Log

## [2024.12.p6](https://github.com/lord-server/lord/releases/tag/2024.12.p6)
- Balrog-arena: revert prod arena coords. Fixes #1950

## [2024.12.p5](https://github.com/lord-server/lord/releases/tag/2024.12.p5)
- Balrog arena: fix limitted spawn. Fixes #1891
- Fix crash on read book. Fixes #1895 (#1898)
Expand Down
2 changes: 1 addition & 1 deletion mods/lord/World/arena/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ minetest.register_node("arena:lighting_gas", {
------------
-- ARENAS --
------------
arena.add_arena({x=4, y=-38, z=28}, {x=64, y=-21, z=84}, {
arena.add_arena({x=1143, y=-30911, z=-50}, {x=1189, y=-30900, z=-4}, {
["lottmobs:balrog"] = 10,
})

0 comments on commit 72483e5

Please sign in to comment.