Skip to content

Commit

Permalink
fix: nomad bestiary race id (#1806)
Browse files Browse the repository at this point in the history
  • Loading branch information
Leshyah authored Nov 11, 2023
1 parent 1a37518 commit 483b32b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion data-otservbr-global/monster/humans/nomad_blue.lua
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ monster.events = {
"NomadDeath",
}

monster.raceId = 777
monster.raceId = 776
monster.Bestiary = {
class = "Human",
race = BESTY_RACE_HUMAN,
Expand Down
2 changes: 1 addition & 1 deletion data-otservbr-global/monster/humans/nomad_female.lua
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ monster.events = {
"NomadDeath",
}

monster.raceId = 776
monster.raceId = 777
monster.Bestiary = {
class = "Human",
race = BESTY_RACE_HUMAN,
Expand Down

0 comments on commit 483b32b

Please sign in to comment.