From 1bf887643939563261bb81c6a8898620936d0a89 Mon Sep 17 00:00:00 2001
From: Bunny <glisa825@gmail.com>
Date: Thu, 6 Aug 2020 18:30:27 -0400
Subject: [PATCH] plop

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

diff --git a/game/modules/tome/data/talents/corruptions/shadowflame.lua b/game/modules/tome/data/talents/corruptions/shadowflame.lua
index 30a395047d..8bf55406cc 100644
--- a/game/modules/tome/data/talents/corruptions/shadowflame.lua
+++ b/game/modules/tome/data/talents/corruptions/shadowflame.lua
@@ -140,7 +140,7 @@ newTalent{
 	no_sustain_autoreset = true,
 	random_boss_rarity = 5,
 	rnd_boss_restrict = function(self, t, data)
-		return data.level < 24
+		return data.level < 20
 	end,
 	tactical = {
 		-- heals (negative attack) demons hurts others
-- 
GitLab