diff --git a/game/modules/tome/data/talents/misc/inscriptions.lua b/game/modules/tome/data/talents/misc/inscriptions.lua index 96e85fa3e9c7337cfe907a690df4878edc847477..2558205a20f70b1793441bcc1af8a6a87af0afee 100644 --- a/game/modules/tome/data/talents/misc/inscriptions.lua +++ b/game/modules/tome/data/talents/misc/inscriptions.lua @@ -708,7 +708,7 @@ newInscription{ short_info = function(self, t) local data = self:getInscriptionData(t.short_name) local pow = data.reduce or 15 - return ([[%d acid damage; power %d; dur %d]]):format(damDesc(self, DamageType.ACID, data.power + data.inc_stat), data.dur or 3, pow) + return ([[%d acid damage; power %d; dur %d]]):format(damDesc(self, DamageType.ACID, data.power + data.inc_stat), pow, data.dur or 3) end, }