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
Copy file name to clipboardExpand all lines: Core.lua
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -446,6 +446,7 @@ function cPointDisplay:UpdatePointDisplay(...)
446
446
447
447
-- Do we hide the Display
448
448
if ((Points[tid] ==0andnotdb[ic].types[tid].general.showatzero)
449
+
or (Points[tid] ==nil)
449
450
or (ic~=PlayerClassandic~="GENERAL") -- Not my class
450
451
or ((PlayerClass~="ROGUE" and (PlayerClass~="DRUID" andPlayerSpec~=1)) and (ic=="GENERAL") andnotUnitHasVehicleUI("player")) -- Impossible to have Combo Points
451
452
or (db[ic].types[tid].general.hidein.vehicleandUnitHasVehicleUI("player")) -- Hide in vehicle
@@ -540,7 +541,7 @@ function cPointDisplay:GetPoints(CurClass, CurType)
0 commit comments