diff Constants.lua @ 393:7d0ad2573092

Added support for collecting loot from item containers with no loot window and no spells cast.
author MMOSimca <MMOSimca@gmail.com>
date Thu, 18 Dec 2014 21:38:11 -0500
parents f1952ed33a16
children a30c251ad382
line wrap: on
line diff
--- a/Constants.lua	Thu Dec 18 18:09:58 2014 -0500
+++ b/Constants.lua	Thu Dec 18 21:38:11 2014 -0500
@@ -279,6 +279,11 @@
 -- True = instant cast; false = cast time
 private.CONTAINER_ITEM_ID_LIST = {
     [116980] = true, -- Invader's Forgotten Treasure
+    [118529] = true, -- Cache of Highmaul Treasures (Normal)
+    [118530] = true, -- Cache of Highmaul Treasures (Heroic)
+    [118531] = true, -- Cache of Highmaul Treasures (Mythic)
+    [119036] = true, -- Box of Storied Treasures
+    [119037] = true, -- Supply of Storied Rarities
     [120319] = true, -- Invader's Damaged Cache
     [120320] = true, -- Invader's Abandoned Sack
 }