From 8df75073fa5dda1ed0a5336b84ae49d7b24aae95 Mon Sep 17 00:00:00 2001 From: pigmonkey Date: Sat, 3 Sep 2011 16:16:26 -0400 Subject: [PATCH] Fix a copy-paste bug from the old atlt --- modules/macros.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/macros.lua b/modules/macros.lua index 4fec6c0..00f8d67 100644 --- a/modules/macros.lua +++ b/modules/macros.lua @@ -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