Mercurial > wow > ouroloot
comparison abbreviations.lua @ 15:d8fee518ce5d
Avoid key binding errors, correct BoT tag.
author | Farmbuyer of US-Kilrogg <farmbuyer@gmail.com> |
---|---|
date | Sun, 17 Jul 2011 17:40:00 +0000 |
parents | a91cd74d8df9 |
children | 5ee4edd24c13 |
comparison
equal
deleted
inserted
replaced
14:a91cd74d8df9 | 15:d8fee518ce5d |
---|---|
1 local addon = select(2,...) | 1 local addon = select(2,...) |
2 | 2 |
3 addon.instance_abbrev = { | 3 addon.instance_abbrev = { |
4 -------- Cata | 4 -------- Cata |
5 ["Baradin Hold"] = "BH", | 5 ["Baradin Hold"] = "BH", |
6 ["Bastion of Twilight"] = "BoT", | 6 ["The Bastion of Twilight"] = "BoT", |
7 ["Blackwing Descent"] = "BWD", | 7 ["Blackwing Descent"] = "BWD", |
8 ["Throne of the Four Winds"] = "To4W", | 8 ["Throne of the Four Winds"] = "To4W", |
9 --["Firelands"] = "Firelands", | 9 --["Firelands"] = "Firelands", |
10 | 10 |
11 -------- WotLK | 11 -------- WotLK |