Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Nnoggie committed Sep 17, 2024
2 parents a48692b + 8c295a2 commit 21196a1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion BattleForAzeroth/SiegeofBoralus.lua
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@ MDT.dungeonEnemies[dungeonIndex] = {
[3] = {
["name"] = "Scrimshaw Enforcer",
["id"] = 129374,
["count"] = 5,
["count"] = 8,
["health"] = 31826136,
["scale"] = 1.1,
["displayId"] = 86006,
Expand Down
2 changes: 1 addition & 1 deletion Shadowlands/TheNecroticWake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ MDT.dungeonEnemies[dungeonIndex] = {
[1] = {
["name"] = "Patchwerk Soldier",
["id"] = 162729,
["count"] = 4,
["count"] = 1,
["health"] = 15913068,
["scale"] = 1.2,
["displayId"] = 95222,
Expand Down
2 changes: 1 addition & 1 deletion TheWarWithin/TheDawnbreaker.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1310,7 +1310,7 @@ MDT.dungeonEnemies[dungeonIndex] = {
[14] = {
["name"] = "Nightfall Dark Architect",
["id"] = 213885,
["count"] = 20,
["count"] = 30,
["health"] = 55695738,
["scale"] = 3,
["displayId"] = 120116,
Expand Down

0 comments on commit 21196a1

Please sign in to comment.