Commit 69fcf7c68d9a89aa0f2d8ec825f8b9d3c8059424

Authored by K'van
1 parent 4d13f7e5

Correct Dark Ritual description. Increases all crit multi, not just spell.

... ... @@ -41,7 +41,7 @@ newTalent{
41 41 return true
42 42 end,
43 43 info = function(self, t)
44   - return ([[Increases your spell critical damage multiplier by %d%%.
  44 + return ([[Increases your critical damage multiplier by %d%%.
45 45 The multiplier will increase with your Spellpower.]]):
46 46 tformat(self:combatTalentSpellDamage(t, 20, 50))
47 47 end,
... ...