Skip to content

Commit d185dc4

Browse files
authored
Merge pull request #9 from ChronosSF/unit_combo_points_wildpants_fix
fixing issue with wildpants
2 parents c6be924 + 829facc commit d185dc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Core.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -1057,7 +1057,7 @@ function cPointDisplay:PLAYER_LOGIN()
10571057
-- Register Events
10581058
-- Throttled Events
10591059
local EventList = {
1060-
"UNIT_COMBO_POINTS",
1060+
-- "UNIT_COMBO_POINTS",
10611061
"VEHICLE_UPDATE",
10621062
"UNIT_AURA",
10631063
}

0 commit comments

Comments
 (0)