diff --git a/game/modules/tome/data/talents/spells/meta.lua b/game/modules/tome/data/talents/spells/meta.lua
index 66fb9f2292bfaa970f52bf4ed7fdebf0b50eeb51..f32c64aabdb22436a6fad65d5690221b864a2c9e 100644
--- a/game/modules/tome/data/talents/spells/meta.lua
+++ b/game/modules/tome/data/talents/spells/meta.lua
@@ -211,7 +211,7 @@ newTalent{
 	end },
 	getTalentCount = function(self, t) return math.floor(self:combatTalentScale(t, 2, 7, "log")) end,
 	getMaxLevel = function(self, t) return util.bound(math.floor(self:getTalentLevel(t)), 1, 4) end,
-	getDur = function(self, t) return math.floor(self:combatTalentScale(t, 2, 7)) end,
+	getDur = function(self, t) return math.floor(self:combatTalentScale(t, 2, 12)) end,
 	action = function(self, t)
 		local tids = {}
 		for tid, _ in pairs(self.talents_cd) do