Skip to content
Snippets Groups Projects
Commit 9a274b6f authored by dg's avatar dg
Browse files

Learning spells wil a shadowblade or an arcane blade will not provide mana regen

git-svn-id: http://svn.net-core.org/repos/t-engine4@4738 51575b47-30f0-44d4-a5cc-537603b46e54
parent d762a63b
No related branches found
No related tags found
No related merge requests found
......@@ -2211,7 +2211,7 @@ end
function _M:learnPool(t)
local tt = self:getTalentTypeFrom(t.type[1])
if tt.mana_regen and self.mana_regen == 0 then self.mana_regen = 0.5 end
-- if tt.mana_regen and self.mana_regen == 0 then self.mana_regen = 0.5 end
if t.type[1]:find("^spell/") and not self:knowTalent(self.T_MANA_POOL) and t.mana or t.sustain_mana then
self:learnTalent(self.T_MANA_POOL, true)
......
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