diff --git a/game/modules/tome/data/talents/spells/fire.lua b/game/modules/tome/data/talents/spells/fire.lua index 1eacaa5e32f588cf73a0b05eda1b4aa74465b70a..cdeab7b6c783b5bb8639b627f9537143259a400f 100644 --- a/game/modules/tome/data/talents/spells/fire.lua +++ b/game/modules/tome/data/talents/spells/fire.lua @@ -163,7 +163,7 @@ newTalent{ end, info = function(self, t) local damage = t.getDamage(self, t) - local duration = t.getDamage(self, t) + local duration = t.getDuration(self, t) return ([[Raging flames burn foes and allies alike doing %0.2f fire damage in a radius of 5 each turn for %d turns. The damage will increase with the Magic stat]]): format(damDesc(self, DamageType.FIRE, damage), duration)