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["PRIEST"] = {
8 ["Aura of the Blue Dragon"] = { -- Blue Dragon darkmoon card
9 colors = {"00ff99"},
10 cooldown = false,
11 buff = true
12 }
13 }