From 4dd00a0575bcd2f4778e5109f8a63bafd650bf58 Mon Sep 17 00:00:00 2001
From: DarkGod <darkgod@net-core.org>
Date: Mon, 23 Jun 2014 02:18:40 +0200
Subject: [PATCH] Fixed Suncloak display

---
 game/modules/tome/data/timed_effects/magical.lua | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/game/modules/tome/data/timed_effects/magical.lua b/game/modules/tome/data/timed_effects/magical.lua
index a1be859ef7..3a163a308f 100644
--- a/game/modules/tome/data/timed_effects/magical.lua
+++ b/game/modules/tome/data/timed_effects/magical.lua
@@ -2592,7 +2592,7 @@ newEffect{
 	name = "SUNCLOAK", image = "talents/suncloak.png",
 	desc = "Suncloak",
 	long_desc = function(self, eff) return ("The target is protected by the sun, increasing their spell casting speed by %d%%, reducing spell cooldowns by %d%%, and preventing damage over %d%% of your maximum life from a single hit."):
-		format(eff.haste*100, eff.haste*100, eff.cap) end,
+		format(eff.haste*100, eff.cd*100, eff.cap) end,
 	type = "magical",
 	subtype = { light=true, },
 	status = "beneficial",
-- 
GitLab