Skip to content

Commit

Permalink
Fix last
Browse files Browse the repository at this point in the history
  • Loading branch information
MysticalOS committed Mar 4, 2020
1 parent 8b705c3 commit 8ee70cf
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 @@ -107,7 +107,7 @@ local function DelayedNameplateFix()
if (CVAR1 or CVAR2) then
if InCombatLockdown() then
--In combat, delay nameplate fix
DBM:Schedule(2, DelayedNameplateFix, self)
DBM:Schedule(2, DelayedNameplateFix)
else
SetCVar("nameplateShowFriends", CVAR1)
SetCVar("nameplateShowFriendlyNPCs", CVAR2)
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 @@ -107,7 +107,7 @@ local function DelayedNameplateFix()
if (CVAR1 or CVAR2) then
if InCombatLockdown() then
--In combat, delay nameplate fix
DBM:Schedule(2, DelayedNameplateFix, self)
DBM:Schedule(2, DelayedNameplateFix)
else
SetCVar("nameplateShowFriends", CVAR1)
SetCVar("nameplateShowFriendlyNPCs", CVAR2)
Expand Down

0 comments on commit 8ee70cf

Please sign in to comment.