From cd344de02ce9039a9fd89e99dc56f90cdf4421ad Mon Sep 17 00:00:00 2001
From: DarkGod <darkgod@net-core.org>
Date: Tue, 22 Oct 2019 02:30:35 +0200
Subject: [PATCH] ad

---
 game/modules/tome/data/talents/spells/ice.lua | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/game/modules/tome/data/talents/spells/ice.lua b/game/modules/tome/data/talents/spells/ice.lua
index 8d652ede3a..a5bea97963 100644
--- a/game/modules/tome/data/talents/spells/ice.lua
+++ b/game/modules/tome/data/talents/spells/ice.lua
@@ -48,7 +48,7 @@ newTalent{
 		if not x or not y then return nil end
 
 		if necroEssenceDead(self, true) then
-			self:projectApply(tg, x, y, Map.ACTOR, function(target) target:setEffect(target.EFF_WET, t.getDuration(self, t), {}) end)
+			self:projectApply(tg, x, y, Map.ACTOR, function(target) target:setEffect(target.EFF_WET, t.getDuration(self, t), {apply_power=self:combatSpellpower()}) end)
 			local empower = necroEssenceDead(self)
 			if empower then empower() end
 		end
-- 
GitLab