vanilla-wow-addons – Blame information for rev 1
?pathlinks?
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["WARRIOR"] = { |
||
8 | [L["Taunt"]] = { |
||
9 | colors = {"FF8247"}, |
||
10 | cooldown = true, |
||
11 | buff = false |
||
12 | }, |
||
13 | [L["Bloodrage"]] = { |
||
14 | colors = {"660000"}, |
||
15 | cooldown = true, |
||
16 | buff = true |
||
17 | }, |
||
18 | } |