From 7e1dddd83c6319cb81f6df2e2ff3d208af945a83 Mon Sep 17 00:00:00 2001 From: MysticalOS Date: Mon, 2 Mar 2020 14:06:29 -0500 Subject: [PATCH] use custom icon for the haunting nameplate --- DBM-Challenges/BfA/NzothVisionOrgrimmar.lua | 2 +- DBM-Challenges/BfA/NzothVisionStormwind.lua | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/DBM-Challenges/BfA/NzothVisionOrgrimmar.lua b/DBM-Challenges/BfA/NzothVisionOrgrimmar.lua index b79fc77..6048e23 100644 --- a/DBM-Challenges/BfA/NzothVisionOrgrimmar.lua +++ b/DBM-Challenges/BfA/NzothVisionOrgrimmar.lua @@ -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 diff --git a/DBM-Challenges/BfA/NzothVisionStormwind.lua b/DBM-Challenges/BfA/NzothVisionStormwind.lua index da1021d..2025054 100644 --- a/DBM-Challenges/BfA/NzothVisionStormwind.lua +++ b/DBM-Challenges/BfA/NzothVisionStormwind.lua @@ -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