Skip to content

Commit

Permalink
Merge pull request #3 from Ninjistix/patch-2
Browse files Browse the repository at this point in the history
Update 70_Ala_Mhigo.lua
  • Loading branch information
mmokitanoi authored Nov 10, 2024
2 parents 1de92a6 + dcbbb07 commit 6db7c56
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions profiles/70_Ala_Mhigo.lua
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
local tbl = {
name = "Ala Mhigo - Unsynced 4 man",
dutyid = 689,
dutyid = 1146,
enemytargetdistance = 50,
prioritytargetdistance = 40,
requeuetimer = 15,
mesh = "Ala Mhigo",
mesh = "[Dungeon] Ala Mhigo v2",
objectivedestinations = {
[1] = { objective = 1, pos = { x = -183.06, y = 34.86, z = 72.01 } },
[2] = { objective = 2, pos = { x = -183.06, y = 34.86, z = 72.01 } },
Expand All @@ -21,7 +21,9 @@ local tbl = {
queuetype = 2,
excludeavoid = {},
interacts = {
[1] = { contentid = 924, priority = 1, type = "Last Boss Loot" },
[1] = { contentid = 922, priority = 1, type = "1st Boss Loot" },
[2] = { contentid = 923, priority = 1, type = "2nd Boss Loot" },
[3] = { contentid = 924, priority = 1, type = "Last Boss Loot" },
},
advancedavoid = {},
tankat = {
Expand Down

0 comments on commit 6db7c56

Please sign in to comment.