1
0
Fork 0

Fix a copy-paste bug from the old atlt

This commit is contained in:
pigmonkey 2011-09-03 16:16:26 -04:00
parent c925c86278
commit 8df75073fa
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ function mod:DemoteAll()
end
function mod:PrintLoot()
self:RaidDump("Send tells for loot:", "raid_warning")
SendChatMessage("Send tells for loot:", "raid_warning")
for i=1,GetNumLootItems() do
SendChatMessage(GetLootSlotLink(i) .. " (" .. ({"A", "B", "C", "D", "E", "F", "G", "H"})[i] .. ")", "raid_warning")
end