You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -440,6 +446,7 @@ function cPointDisplay:UpdatePointDisplay(...)
440
446
441
447
-- Do we hide the Display
442
448
if ((Points[tid] ==0andnotdb[ic].types[tid].general.showatzero)
449
+
or (Points[tid] ==nil)
443
450
or (ic~=PlayerClassandic~="GENERAL") -- Not my class
444
451
or ((PlayerClass~="ROGUE" and (PlayerClass~="DRUID" andPlayerSpec~=1)) and (ic=="GENERAL") andnotUnitHasVehicleUI("player")) -- Impossible to have Combo Points
445
452
or (db[ic].types[tid].general.hidein.vehicleandUnitHasVehicleUI("player")) -- Hide in vehicle
@@ -516,7 +523,7 @@ function cPointDisplay:GetPoints(CurClass, CurType)
516
523
end
517
524
end
518
525
-- Paladin
519
-
elseifCurClass=="PALADIN" then
526
+
elseifCurClass=="PALADIN" andPlayerSpec==3then-- hp is only for retribution
0 commit comments