Fix a copy-paste bug from the old atlt
This commit is contained in:
parent
c925c86278
commit
8df75073fa
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ function mod:DemoteAll()
|
||||||
end
|
end
|
||||||
|
|
||||||
function mod:PrintLoot()
|
function mod:PrintLoot()
|
||||||
self:RaidDump("Send tells for loot:", "raid_warning")
|
SendChatMessage("Send tells for loot:", "raid_warning")
|
||||||
for i=1,GetNumLootItems() do
|
for i=1,GetNumLootItems() do
|
||||||
SendChatMessage(GetLootSlotLink(i) .. " (" .. ({"A", "B", "C", "D", "E", "F", "G", "H"})[i] .. ")", "raid_warning")
|
SendChatMessage(GetLootSlotLink(i) .. " (" .. ({"A", "B", "C", "D", "E", "F", "G", "H"})[i] .. ")", "raid_warning")
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue