Skip to content
Snippets Groups Projects
Commit 8bd9facc authored by DarkGod's avatar DarkGod
Browse files

Fixed Chant Adept interraction with Chant of Resistance

parent 8b6c6528
No related branches found
No related tags found
No related merge requests found
......@@ -194,7 +194,7 @@ newTalent{
self:talentTemporaryValue(ret, "stamina_regen", t2.getBonusRegen(self, t2))
end
if self:knowTalent(self.T_HCHANT_ADEPT) then
if self:knowTalent(self.T_CHANT_ADEPT) then
local t2 = self:getTalentFromId(self.T_CHANT_ADEPT)
self:talentTemporaryValue(ret, "lite", t2.getBonusLight(self, t2))
t2.doCure(self, t2, "magical")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment