Skip to content

Commit

Permalink
use custom icon for the haunting nameplate
Browse files Browse the repository at this point in the history
  • Loading branch information
MysticalOS committed Mar 2, 2020
1 parent 51bfc3b commit 7e1dddd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DBM-Challenges/BfA/NzothVisionOrgrimmar.lua
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ function mod:NAME_PLATE_UNIT_ADDED(unit)
end
local guid = UnitGUID(unit)
if not DBM:HasMapRestrictions() and self.Options.NPAuraOnHaunting and guid then
DBM.Nameplate:Show(true, guid, 306545, nil, 5)
DBM.Nameplate:Show(true, guid, 306545, 1029718, 5)
end
end
end
Expand Down
2 changes: 1 addition & 1 deletion DBM-Challenges/BfA/NzothVisionStormwind.lua
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ function mod:NAME_PLATE_UNIT_ADDED(unit)
end
local guid = UnitGUID(unit)
if not DBM:HasMapRestrictions() and self.Options.NPAuraOnHaunting and guid then
DBM.Nameplate:Show(true, guid, 306545, nil, 5)
DBM.Nameplate:Show(true, guid, 306545, 1029718, 5)
end
end
end
Expand Down

0 comments on commit 7e1dddd

Please sign in to comment.