Mercurial > wow > ouroloot
comparison options.lua @ 133:47b149f9a5d7 2.20
Update for MoP.
author | Farmbuyer of US-Kilrogg <farmbuyer@gmail.com> |
---|---|
date | Wed, 29 Aug 2012 22:20:51 -0400 |
parents | a9cf9b2fbf9b |
children | feca7e0e1f89 |
comparison
equal
deleted
inserted
replaced
132:64e3b96a8626 | 133:47b149f9a5d7 |
---|---|
9 [52193] = true, -- Ember Topaz | 9 [52193] = true, -- Ember Topaz |
10 [52194] = true, -- Demonseye | 10 [52194] = true, -- Demonseye |
11 [52195] = true, -- Amberjewel | 11 [52195] = true, -- Amberjewel |
12 [52722] = true, -- Maelstrom Crystal | 12 [52722] = true, -- Maelstrom Crystal |
13 [71716] = true, -- Soothsayer's Runes | 13 [71716] = true, -- Soothsayer's Runes |
14 -- [74247] = true, -- Ethereal Shard | 14 [74247] = true, -- Ethereal Shard |
15 -- [74248] = true, -- Sha Crystal | 15 [74248] = true, -- Sha Crystal |
16 | 16 |
17 -- could probably remove most of this now | 17 -- could probably remove most of this now |
18 -- [29434] = true, -- Badge of Justice | 18 -- [29434] = true, -- Badge of Justice |
19 -- [40752] = true, -- Emblem of Heroism | 19 -- [40752] = true, -- Emblem of Heroism |
20 -- [40753] = true, -- Emblem of Valor | 20 -- [40753] = true, -- Emblem of Valor |
21 -- [45624] = true, -- Emblem of Conquest | 21 -- [45624] = true, -- Emblem of Conquest |
22 -- [43228] = true, -- Stone Keeper's Shard | 22 -- [43228] = true, -- Stone Keeper's Shard |
23 -- [47241] = true, -- Emblem of Triumph | 23 -- [47241] = true, -- Emblem of Triumph |
24 -- [49426] = true, -- Emblem of Frost | 24 -- [49426] = true, -- Emblem of Frost |
25 } | 25 } |
26 if select(4,GetBuildInfo()) >= 50000 then | |
27 addon.default_itemfilter[74247] = true | |
28 addon.default_itemfilter[74248] = true | |
29 end | |
30 | 26 |
31 -- Mark these as straight to guild vault: | 27 -- Mark these as straight to guild vault: |
32 addon.default_itemvault = { | 28 addon.default_itemvault = { |
33 [52078] = true, -- Chaos Orb (Cata heroics) | 29 [52078] = true, -- Chaos Orb (Cata heroics) |
34 [69237] = true, -- Living Ember (Cata Firelands) | 30 [69237] = true, -- Living Ember (Cata Firelands) |