Skip to content

Commit 7062dff

Browse files
committed
Fixing Soul Shard display.
1 parent 5c786c5 commit 7062dff

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

Core.lua

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -435,7 +435,6 @@ function SimplePointDisplay:UpdatePointDisplay(...)
435435
if ((Points[tid] == 0 and not db[ic].types[tid].general.showatzero)
436436
or (ic ~= PlayerClass and ic ~= "GENERAL") -- Not my class
437437
or ((PlayerClass ~= "ROGUE") and (ic == "GENERAL") and not UnitHasVehicleUI("player")) -- Impossible to have Combo Points
438-
or (PlayerClass == "WARLOCK")
439438
or (db[ic].types[tid].general.hidein.vehicle and UnitHasVehicleUI("player")) -- Hide in vehicle
440439
or ((db[ic].types[tid].general.hidein.spec - 1) == PlayerSpec)) -- Hide in spec
441440
and not db[ic].types[tid].configmode.enabled then -- Not in config mode

0 commit comments

Comments
 (0)