@@ -8,7 +8,7 @@ local addon =
88 WOW_PROJECT_ID == WOW_PROJECT_MAINLINE
99 and " RCLootCouncil"
1010 or " RCLootCouncil_Classic" )
11-
11+
1212--- @class GroupGear : AceAddon-3.0 , AceConsole-3.0 , AceTimer-3.0
1313local GroupGear = addon :NewModule (" RCGroupGear" , " AceConsole-3.0" , " AceTimer-3.0" )
1414-- local L = LibStub("AceLocale-3.0"):GetLocale("RCLootCouncil")
@@ -107,11 +107,11 @@ function GroupGear:SetupColumns()
107107 self .colNameToIndex .gear = 4
108108 self .colNameToIndex .refresh = 5
109109 return {
110- { name = " " , width = 20 , DoCellUpdate = addon .SetCellClassIcon , }, -- class icon
111- { name = _G .NAME , width = 120 }, -- Player name
112- { name = _G .ITEM_LEVEL_ABBR , width = 55 , align = " CENTER" }, -- ilvl
110+ { name = " " , width = 20 , DoCellUpdate = addon .SetCellClassIcon , }, -- class icon
111+ { name = _G .NAME , width = 120 }, -- Player name
112+ { name = _G .ITEM_LEVEL_ABBR , width = 55 , align = " CENTER" }, -- ilvl
113113 { name = " Gear" , width = ROW_HEIGHT * num_display_gear + num_display_gear , align = " CENTER" , sortnext = 3 }, -- Gear
114- { name = " " , width = 20 , DoCellUpdate = GroupGear .SetCellRefresh , }, -- Refresh icon
114+ { name = " " , width = 20 , DoCellUpdate = GroupGear .SetCellRefresh , }, -- Refresh icon
115115 }
116116end
117117
0 commit comments