Skip to content

Commit

Permalink
fix: adding the correct range (opentibiabr#2663)
Browse files Browse the repository at this point in the history
  • Loading branch information
carlospess0a authored May 29, 2024
1 parent 38c2ec3 commit e3fefe8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
local config = {
monsterName = "Preceptor Lazare",
bossPosition = Position(33374, 31338, 3),
range = 5,
range = 50,
}

local preceptorLazare = GlobalEvent("PreceptorLazareRespawn")
Expand Down

0 comments on commit e3fefe8

Please sign in to comment.