diff --git a/game/modules/tome/data/talents/corruptions/curses.lua b/game/modules/tome/data/talents/corruptions/curses.lua index ab00c0b02bc8bbc8f8c7409d1641b9400c381ee1..96ddcec9b70090ff0a1af0361c3ff758ca374bc7 100644 --- a/game/modules/tome/data/talents/corruptions/curses.lua +++ b/game/modules/tome/data/talents/corruptions/curses.lua @@ -100,7 +100,7 @@ newTalent{ end, info = function(self, t) return ([[Curses your target, stopping any natural healing and dealing %0.2f darkness damage each turn for 10 turns. - The damage will increase with Magic stat.]]):format(damDesc(self, DamageType.BLIGHT, self:combatTalentSpellDamage(t, 10, 70))) + The damage will increase with Magic stat.]]):format(damDesc(self, DamageType.DARKNESS, self:combatTalentSpellDamage(t, 10, 70))) end, }