Skip to content

Commit

Permalink
Fix: change class name "Iks" to "Undead" (opentibiabr#2751)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlphaRage authored Jul 15, 2024
1 parent 762eaea commit c053dfd
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion data-otservbr-global/monster/undeads/iks_ahpututu.lua
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ monster.outfit = {

monster.raceId = 2349
monster.Bestiary = {
class = "Iks",
class = "Undead",
race = BESTY_RACE_UNDEAD,
toKill = 5,
FirstUnlock = 1,
Expand Down
2 changes: 1 addition & 1 deletion data-otservbr-global/monster/undeads/iks_aucar.lua
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ monster.outfit = {

monster.raceId = 2344
monster.Bestiary = {
class = "Iks",
class = "Undead",
race = BESTY_RACE_UNDEAD,
toKill = 1000,
FirstUnlock = 50,
Expand Down
2 changes: 1 addition & 1 deletion data-otservbr-global/monster/undeads/iks_chuka.lua
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ monster.outfit = {

monster.raceId = 2345
monster.Bestiary = {
class = "Iks",
class = "Undead",
race = BESTY_RACE_UNDEAD,
toKill = 1000,
FirstUnlock = 50,
Expand Down
2 changes: 1 addition & 1 deletion data-otservbr-global/monster/undeads/iks_churrascan.lua
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ monster.outfit = {

monster.raceId = 2350
monster.Bestiary = {
class = "Iks",
class = "Undead",
race = BESTY_RACE_UNDEAD,
toKill = 1000,
FirstUnlock = 50,
Expand Down
2 changes: 1 addition & 1 deletion data-otservbr-global/monster/undeads/iks_pututu.lua
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ monster.outfit = {

monster.raceId = 2343
monster.Bestiary = {
class = "Iks",
class = "Undead",
race = BESTY_RACE_UNDEAD,
toKill = 1000,
FirstUnlock = 50,
Expand Down

0 comments on commit c053dfd

Please sign in to comment.