diff --git a/game/modules/tome/data/talents/misc/races.lua b/game/modules/tome/data/talents/misc/races.lua index 75f76ca4af685c77993680c4960fff3534a36bd6..84533b0ec54e17f7f10d18e80dbf8f083c99c310 100644 --- a/game/modules/tome/data/talents/misc/races.lua +++ b/game/modules/tome/data/talents/misc/races.lua @@ -764,8 +764,8 @@ newTalent{ info = function(self, t) return ([[Orcs have been the prey of the other races for thousands of years, with or without justification. They have learnt to withstand things that would break weaker races. When your life goes below 50%% your sheer determination cleanses you of %d mental debuff(s) based on talent level and Willpower. This can only happen once every %d turns. - Also increases physical save by +%d.]]): - format(t.getDebuff(self, t), t.getSaves(self, t), self:getTalentCooldown(t)) + Also increases physical save by %d.]]): + format(t.getDebuff(self, t), self:getTalentCooldown(t), t.getSaves(self, t)) end, }