From e094271ea0b29ae08af9a8436b9faf933b3f3db7 Mon Sep 17 00:00:00 2001 From: otowakotori <806682153@qq.com> Date: Thu, 26 Mar 2020 23:07:24 +0800 Subject: [PATCH] fix Shattering Shout bug --- game/modules/tome/data/talents/techniques/warcries.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/game/modules/tome/data/talents/techniques/warcries.lua b/game/modules/tome/data/talents/techniques/warcries.lua index 0296a9f48f..848ec200bc 100644 --- a/game/modules/tome/data/talents/techniques/warcries.lua +++ b/game/modules/tome/data/talents/techniques/warcries.lua @@ -55,7 +55,7 @@ newTalent{ return ([[Release a powerful shout, doing %0.2f physical damage in a radius %d cone in front of you. At level 5 the shout is so strong it shatters all incomming projectiles caught inside. The damage increases with your Strength.]]) - :tformat(damDesc(self, DamageType.PHYSICAL, t.getdamage(self,t)), t.radius(self,t)) + :tformat(damDesc(self, DamageType.PHYSICAL, t.getDamage(self,t)), t.radius(self,t)) end, } -- GitLab