Skip to content

Commit

Permalink
Added New Blacklist NPC IDs
Browse files Browse the repository at this point in the history
- Added Living Miasma from the Shad'har encounter in Ny'alotha
- Added Thing From Beyond, which spawns from certain corruption levels
  • Loading branch information
Cilraaz committed Jan 30, 2020
1 parent 739708e commit b2c907d
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion HeroLib/Settings.lua
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,14 @@ HL.GUISettings = {
[115902] = true,
--- Fallen Avatar
-- Maiden of Valor
[120437] = true
[120437] = true,
----- Ny'alotha (T25 - 8.3 Patch) -----
--- Shad'har
-- Living Miasma
[157229] = true,
----- Corrupted Gear (8.3 Patch) -----
-- Thing From Beyond
[160966] = true
}
}
}
Expand Down

0 comments on commit b2c907d

Please sign in to comment.