Skip to content

Commit 5c86f91

Browse files
committed
fixing update trigger for cp6
1 parent bdbc43a commit 5c86f91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Core.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -514,7 +514,7 @@ function cPointDisplay:GetPoints(CurClass, CurType)
514514
-- General
515515
if CurClass == "GENERAL" then
516516
-- Combo Points
517-
if CurType == "cp" then
517+
if (CurType == "cp") or (CurType == "cp6") then
518518
if (UnitHasVehicleUI("player") and UnitHasVehiclePlayerFrameUI("player")) then
519519
NewPoints = GetComboPoints("vehicle")
520520
if (NewPoints == 0) then

0 commit comments

Comments
 (0)