Skip to content

Commit 4f24248

Browse files
committed
Update LichKing.lua
1 parent 24cb4dc commit 4f24248

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

BigWigs_Citadel/Modules/LichKing.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ do
305305
local raidIndex = UnitInRaid(unit)
306306
local name, _, _, _, _, class = GetRaidRosterInfo(raidIndex + 1)
307307
if name == UnitName(unit) then
308-
hugged[hugged + 1] = {name, hugIcon, class}
308+
hugged[#hugged + 1] = {name, hugIcon, class}
309309
end
310310
hugIcon = hugIcon + 1
311311
end

0 commit comments

Comments
 (0)