Skip to content

Commit

Permalink
split up drudges as they have different npcIds
Browse files Browse the repository at this point in the history
  • Loading branch information
Nnoggie committed Jun 1, 2023
1 parent 22243ce commit c0cfcfa
Showing 1 changed file with 53 additions and 13 deletions.
66 changes: 53 additions & 13 deletions Legion/NeltharionsLair.lua
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ MDT.dungeonEnemies[dungeonIndex] = {
};
[5] = {
["name"] = "Understone Drudge";
["id"] = 105636;
["id"] = 92350;
["count"] = 4;
["health"] = 988005;
["scale"] = 1;
Expand All @@ -376,23 +376,11 @@ MDT.dungeonEnemies[dungeonIndex] = {
};
["clones"] = {
[1] = {
["x"] = 601.4470220737;
["y"] = -234.31126503658;
["g"] = 4;
["sublevel"] = 1;
};
[2] = {
["x"] = 612.35614109241;
["y"] = -250.22037255515;
["g"] = 4;
["sublevel"] = 1;
};
[3] = {
["x"] = 602.81067658127;
["y"] = -252.94768157029;
["g"] = 4;
["sublevel"] = 1;
};
};
};
[6] = {
Expand Down Expand Up @@ -1446,4 +1434,56 @@ MDT.dungeonEnemies[dungeonIndex] = {
};
};
};
[26] = {
["name"] = "Understone Drudge";
["id"] = 105636;
["count"] = 4;
["health"] = 988005;
["scale"] = 1;
["displayId"] = 64776;
["creatureType"] = "Humanoid";
["level"] = 70;
["characteristics"] = {
["Stun"] = true;
["Slow"] = true;
};
["spells"] = {
[385005] = {
};
};
["clones"] = {
[1] = {
["x"] = 602.81067658127;
["y"] = -252.94768157029;
["g"] = 4;
["sublevel"] = 1;
};
};
};
[27] = {
["name"] = "Understone Drudge";
["id"] = 105720;
["count"] = 4;
["health"] = 988005;
["scale"] = 1;
["displayId"] = 64776;
["creatureType"] = "Humanoid";
["level"] = 70;
["characteristics"] = {
["Stun"] = true;
["Slow"] = true;
};
["spells"] = {
[385005] = {
};
};
["clones"] = {
[1] = {
["x"] = 601.4470220737;
["y"] = -234.31126503658;
["g"] = 4;
["sublevel"] = 1;
};
};
};
};

0 comments on commit c0cfcfa

Please sign in to comment.