vanilla-wow-addons – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 assert(CandyDice)
2 assert(CandyDice.defaults)
3 assert(BabbleSpell)
4  
5 L=BabbleSpell
6  
7 CandyDice.defaults["SHAMAN"] = {
8 [L["Nature's Swiftness"]]= {
9 colors = {"40ff50"},
10 buff = false,
11 cooldown = true
12 },
13 [L["Earth Shock"]] = {
14 colors = {"BBBB00"},
15 buff = false,
16 cooldown = true
17 }
18 }