Skip to content

Commit

Permalink
Rename Starved Crawler
Browse files Browse the repository at this point in the history
  • Loading branch information
Nnoggie committed Nov 2, 2024
1 parent eccc539 commit 4cf49d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Locales/enUS.lua
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ L["Twilight Flamerender"] = "Twilight Flamerender"
L["Twilight Lavabender"] = "Twilight Lavabender"
L["Mutated Hatchling"] = "Mutated Hatchling"
L["Faceless Corruptor"] = "Faceless Corruptor"
L["Starved Crawler"] = "Starved Crawler"
L["Ravenous Crawler"] = "Ravenous Crawler"
L["Jabbing Flyer"] = "Jabbing Flyer"
L["Trilling Attendant"] = "Trilling Attendant"
L["Engorged Crawler"] = "Engorged Crawler"
Expand Down
2 changes: 1 addition & 1 deletion TheWarWithin/AraKara.lua
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ MDT.mapPOIs[dungeonIndex] = {

MDT.dungeonEnemies[dungeonIndex] = {
[1] = {
["name"] = "Starved Crawler",
["name"] = "Ravenous Crawler",
["id"] = 216336,
["count"] = 1,
["health"] = 5092182,
Expand Down

0 comments on commit 4cf49d1

Please sign in to comment.