We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdbc43a commit 5c86f91Copy full SHA for 5c86f91
Core.lua
@@ -514,7 +514,7 @@ function cPointDisplay:GetPoints(CurClass, CurType)
514
-- General
515
if CurClass == "GENERAL" then
516
-- Combo Points
517
- if CurType == "cp" then
+ if (CurType == "cp") or (CurType == "cp6") then
518
if (UnitHasVehicleUI("player") and UnitHasVehiclePlayerFrameUI("player")) then
519
NewPoints = GetComboPoints("vehicle")
520
if (NewPoints == 0) then
0 commit comments