From 046752fdbb9b18fe46560bedac94ab4bf7fdc90e Mon Sep 17 00:00:00 2001 From: dg <dg@51575b47-30f0-44d4-a5cc-537603b46e54> Date: Sat, 8 Jan 2011 08:50:04 +0000 Subject: [PATCH] Fix Inferno tooltip git-svn-id: http://svn.net-core.org/repos/t-engine4@2313 51575b47-30f0-44d4-a5cc-537603b46e54 --- game/modules/tome/data/talents/spells/fire.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/game/modules/tome/data/talents/spells/fire.lua b/game/modules/tome/data/talents/spells/fire.lua index 1eacaa5e32..cdeab7b6c7 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) -- GitLab