From 6acb305c9e19321c406e182c593f97f5caa31def Mon Sep 17 00:00:00 2001
From: DarkGod <darkgod@net-core.org>
Date: Wed, 22 Jul 2020 18:06:29 +0200
Subject: [PATCH] Rime Wraith cooldown can not be altered

---
 game/modules/tome/data/talents/spells/rime-wraith.lua | 1 +
 1 file changed, 1 insertion(+)

diff --git a/game/modules/tome/data/talents/spells/rime-wraith.lua b/game/modules/tome/data/talents/spells/rime-wraith.lua
index b9eff59c72..b44e51cc3a 100644
--- a/game/modules/tome/data/talents/spells/rime-wraith.lua
+++ b/game/modules/tome/data/talents/spells/rime-wraith.lua
@@ -26,6 +26,7 @@ newTalent{
 	mana = 15,
 	range = 10,
 	cooldown = 30,
+	fixed_cooldown = true,
 	tactical = { BUFF = 2 },
 	requires_target = true,
 	target = function(self, t) return {type="ball", range=self:getTalentRange(t), radius=self:getTalentRadius(t), talent=t} end,
-- 
GitLab