We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c786c5 commit 7062dffCopy full SHA for 7062dff
1 file changed
Core.lua
@@ -435,7 +435,6 @@ function SimplePointDisplay:UpdatePointDisplay(...)
435
if ((Points[tid] == 0 and not db[ic].types[tid].general.showatzero)
436
or (ic ~= PlayerClass and ic ~= "GENERAL") -- Not my class
437
or ((PlayerClass ~= "ROGUE") and (ic == "GENERAL") and not UnitHasVehicleUI("player")) -- Impossible to have Combo Points
438
- or (PlayerClass == "WARLOCK")
439
or (db[ic].types[tid].general.hidein.vehicle and UnitHasVehicleUI("player")) -- Hide in vehicle
440
or ((db[ic].types[tid].general.hidein.spec - 1) == PlayerSpec)) -- Hide in spec
441
and not db[ic].types[tid].configmode.enabled then -- Not in config mode
0 commit comments