From c3426a5b9caaf62305238e7f2b947486ab6b30e8 Mon Sep 17 00:00:00 2001
From: orange <iwasrobots@hotmail.com>
Date: Wed, 18 Dec 2019 02:23:19 +0700
Subject: [PATCH] clarify eye of the tiger spell categories

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

diff --git a/game/modules/tome/data/talents/uber/cun.lua b/game/modules/tome/data/talents/uber/cun.lua
index eca37d79e4..1ee78c7559 100644
--- a/game/modules/tome/data/talents/uber/cun.lua
+++ b/game/modules/tome/data/talents/uber/cun.lua
@@ -376,7 +376,7 @@ eye_of_the_tiger_data = {
 		reduce = 2,
 	},
 	spell = {
-		desc = "All spell criticals reduce the remaining cooldown of a random spell talent by 2.",
+		desc = "All spell criticals reduce the remaining cooldown of a random spell/corruption/celestial/chronomancy talent by 2.",
 		types = { "^spell/", "^corruption/", "^celestial/", "^chronomancy/" },
 		reduce = 2,
 	},
-- 
GitLab