From 9daecb764b3adfb2b67a2f6be2e9e3527e401356 Mon Sep 17 00:00:00 2001 From: KyrosKrane Date: Fri, 22 Jul 2016 10:50:32 -0500 Subject: [PATCH] - New feature: Allow the user to toggle the startup announcement with a slash command. - New feature: Hide the vendor confirmation pop-up when you try to sell an item that is still tradable among the group that looted it. This is off by default for existing users and has to be enabled manually. It's on by default for new users. - Bug fix for a Blizzard error that causes a loot confirmation dialog to appear when looting a BoP item from a harvesting node (mining, herbing, or skinning). You have to manually click the BoP item an extra time to loot it. - Bug fix: Change keyword "bind" to "loot" to be in line with the user documentation. The keyword "bind" will continue to work for legacy compatibility, but it is deprecated. --- AnnoyingPopupRemover.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AnnoyingPopupRemover.lua b/AnnoyingPopupRemover.lua index 8a5cc02..88b5390 100644 --- a/AnnoyingPopupRemover.lua +++ b/AnnoyingPopupRemover.lua @@ -590,7 +590,7 @@ function APR.Events:LOOT_BIND_CONFIRM(Frame, ...) APR:DebugPrint ("id is null, confirming with Frame."); ConfirmLootSlot(Frame); --- -- Testing whether double-Confirming would help. It didn't. +-- -- Testing whether double-Confirming would help. It didn't. :( -- APR:DebugPrint ("Verifying if slot is empty."); -- if LootSlotHasItem(Frame) then -- APR:DebugPrint ("Loot slot still has item; attempting to re-loot."); -- 1.7.9.5