Skip to content

Commit a42fe0e

Browse files
committed
Fixing role status crash in TWW 12.5.0 PTR (GH issue #306)
1 parent 7194df1 commit a42fe0e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

modules/StatusRole.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ local GetPartyAssignment = GetPartyAssignment
1515
local UnitGroupRolesAssigned = Grid2.UnitGroupRolesAssigned
1616
local GetTexCoordsForRoleSmallCircle = Grid2.API.GetTexCoordsForRoleSmallCircle
1717
local GetTexCoordsForRoleSmall = Grid2.API.GetTexCoordsForRoleSmall
18+
local GetLootMethod = C_PartyInfo and C_PartyInfo.GetLootMethod or GetLootMethod
1819
local UnitIsUnit = UnitIsUnit
1920
local MAIN_TANK = MAIN_TANK
2021
local MAIN_ASSIST = MAIN_ASSIST

0 commit comments

Comments
 (0)