diff --git a/game/modules/tome/data/talents/celestial/sun.lua b/game/modules/tome/data/talents/celestial/sun.lua index 1a990e4cdd6a9742f1e5c30b802ea6eed302d07f..522a159533b51f04826c9f9cec8a68b75f06fd77 100644 --- a/game/modules/tome/data/talents/celestial/sun.lua +++ b/game/modules/tome/data/talents/celestial/sun.lua @@ -113,8 +113,8 @@ newTalent{ -- Can someone put a really obvious visual on this? newTalent{ name = "Sun's Vengeance", short_name = "SUN_VENGEANCE", - type = {"celestial/sun",2}, - require = divi_req2, + type = {"celestial/sun",3}, + require = divi_req3, mode = "passive", points = 5, getCrit = function(self, t) return self:combatTalentScale(t, 2, 10, 0.75) end,