Skip to content

Commit

Permalink
Update Season of Discovery world boss instance names
Browse files Browse the repository at this point in the history
  • Loading branch information
Anonomit committed Jul 19, 2024
1 parent 5bb4dee commit 2d1ae98
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Data.lua
Original file line number Diff line number Diff line change
Expand Up @@ -452,7 +452,7 @@ LootReserve.Data =
}),

[930] = ShortCircuit(SEASON_NUMBER == SEASONS.DISCOVERY, {
Name = "Azuregos",
Name = "Storm Cliffs",
NameShort = "Azuregos",
Expansion = 0,
Children =
Expand All @@ -471,7 +471,7 @@ LootReserve.Data =
},
}),
[935] = ShortCircuit(SEASON_NUMBER == SEASONS.DISCOVERY, {
Name = "Lord Kazzak",
Name = "The Tainted Scar",
NameShort = "Kazzak",
Expansion = 0,
Children =
Expand Down

0 comments on commit 2d1ae98

Please sign in to comment.