Enhanced/NamePlates: remove. Not needed

This commit is contained in:
andrew6180
2023-05-31 15:41:31 -07:00
parent 1fbdc4f542
commit cbaf9f0bb3
6 changed files with 13 additions and 13 deletions
+2
View File
@@ -145,6 +145,8 @@ function NP:SetCVars()
NP:SetCVar('nameplateShowFriendlyGuardians', NP.db.visibility.friendly.guardians and 1 or 0)
NP:SetCVar('nameplateShowFriendlyTotems', NP.db.visibility.friendly.totems and 1 or 0)
NP:SetCVar('nameplateShowFriendlyPets', NP.db.visibility.friendly.pets and 1 or 0)
NP:SetCVar('showVKeyCastbar', 1)
SetNamePlateCastBarMode(1)
end
function NP:PLAYER_REGEN_DISABLED()