Quantcast

- New feature: Allow the user to toggle the startup announcement with a slash command.

KyrosKrane [07-22-16 - 15:50]
- 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.
Filename
AnnoyingPopupRemover.lua
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.");