Mercurial > wow > ouroloot
comparison abbreviations.lua @ 106:095ee38508e8
Warn if restoring ridonkulous amount of data. Placeholder values for MoP raids.
author | Farmbuyer of US-Kilrogg <farmbuyer@gmail.com> |
---|---|
date | Sun, 05 Aug 2012 19:08:53 +0000 |
parents | 940e53dd18c3 |
children | ce45011fab4c |
comparison
equal
deleted
inserted
replaced
105:646c9b41aaed | 106:095ee38508e8 |
---|---|
34 ]==] | 34 ]==] |
35 | 35 |
36 local addon = select(2,...) | 36 local addon = select(2,...) |
37 if addon.NOLOAD then return end | 37 if addon.NOLOAD then return end |
38 | 38 |
39 -- Currently indexed by GetInstanceInfo() values. | |
39 addon.instance_abbrev = { | 40 addon.instance_abbrev = { |
41 -------- MoP | |
42 ["Mogu'shan Vaults"] = "MV", | |
43 ["Heart of Fear"] = "HoF", | |
44 ["Terrace of Endless Spring"] = "ToES", | |
45 | |
40 -------- Cata | 46 -------- Cata |
41 ["Baradin Hold"] = "BH", | 47 ["Baradin Hold"] = "BH", |
42 ["The Bastion of Twilight"] = "BoT", | 48 ["The Bastion of Twilight"] = "BoT", |
43 ["Blackwing Descent"] = "BWD", | 49 ["Blackwing Descent"] = "BWD", |
44 ["Throne of the Four Winds"] = "To4W", | 50 ["Throne of the Four Winds"] = "To4W", |
50 ["Trial of the Crusader"] = "ToC", | 56 ["Trial of the Crusader"] = "ToC", |
51 ["Trial of the Grand Crusader"] = "ToGC", -- does not actually trigger, need to test heroic | 57 ["Trial of the Grand Crusader"] = "ToGC", -- does not actually trigger, need to test heroic |
52 ["Vault of Archavon"] = "VoA", | 58 ["Vault of Archavon"] = "VoA", |
53 } | 59 } |
54 | 60 |
61 -- Currently indexed by "boss name" values, as generated by whatever boss mod | |
62 -- is in use; see specific boss mod handling code to see how they get it. | |
55 addon.boss_abbrev = { | 63 addon.boss_abbrev = { |
64 -------- MoP | |
65 -- MV | |
66 ["Will of the Emperor"] = "Talk to the Open Hand", | |
67 | |
56 -------- Cata | 68 -------- Cata |
57 -- BoT | 69 -- BoT |
58 ["Halfus Wyrmbreaker"] = "Halfass Wyrmbreaker", | 70 ["Halfus Wyrmbreaker"] = "Halfass Wyrmbreaker", |
59 ["Valiona & Theralion"] = "Wonder Twins! Form of: Loot", | 71 ["Valiona & Theralion"] = "Wonder Twins! Form of: Loot", |
60 -- BWD | 72 -- BWD |