Skip to content

Commit

Permalink
Use GetSpellName where Appropriate
Browse files Browse the repository at this point in the history
  • Loading branch information
MysticalOS committed Apr 26, 2024
1 parent 13332bf commit f929658
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 @@ -178,7 +178,7 @@ function mod:OnCombatStart(delay)
DBM:FireEvent("BossMod_EnableHostileNameplates")
end
if self.Options.InfoFrame then
DBM.InfoFrame:SetHeader(DBM:GetSpellInfo(307831))
DBM.InfoFrame:SetHeader(DBM:GetSpellName(307831))
DBM.InfoFrame:Show(5, "playerpower", 1, ALTERNATE_POWER_INDEX, nil, nil, 2)--Sorting lowest to highest
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 @@ -154,7 +154,7 @@ function mod:OnCombatStart(delay)
DBM:FireEvent("BossMod_EnableHostileNameplates")
end
if self.Options.InfoFrame then
DBM.InfoFrame:SetHeader(DBM:GetSpellInfo(307831))
DBM.InfoFrame:SetHeader(DBM:GetSpellName(307831))
DBM.InfoFrame:Show(5, "playerpower", 1, ALTERNATE_POWER_INDEX, nil, nil, 2)--Sorting lowest to highest
end
end
Expand Down

0 comments on commit f929658

Please sign in to comment.