Mercurial > wow > ouroloot
diff verbage.lua @ 70:cdee65c1bd8c
Implement a list of items to be automatically marked as sent to the guild vault. List controlled on the Options tab like the existing filter. Default list is Cataclysm crafting material drops.
author | Farmbuyer of US-Kilrogg <farmbuyer@gmail.com> |
---|---|
date | Fri, 11 May 2012 03:56:21 +0000 |
parents | 8442272a8418 |
children | 32eb24fb2ebf |
line wrap: on
line diff
--- a/verbage.lua Fri May 11 03:08:12 2012 +0000 +++ b/verbage.lua Fri May 11 03:56:21 2012 +0000 @@ -1,7 +1,5 @@ local todo = [[ -- broadcasted entries triggering auto-shard don't have "shard" text - - [DONE,TEST,comm] releasing before DBM signals wipe results in outdoor location - implement ack, then fallback to recording if not ack'd @@ -553,4 +551,11 @@ [49426] = true, -- Emblem of Frost } +-- Mark these as straight to guild vault: +addon.default_itemvault = { + [52078] = true, -- Chaos Orb + [69237] = true, -- Living Ember + [71998] = true, -- Essence of Destruction +} + -- vim:noet