[V1]Blighted Summoning magic stat bug
Posted: Mon Feb 11, 2013 5:31 am
Necromancer's undead summons does not get the magic boost from Blighted Summoning.
And this magic boost should also state in the prodigy describtion.
here is a quick fix provided by HousePet:
if self:knowTalent(self.T_BLIGHTED_SUMMONING) then m:incIncStat("mag", self:getMag()) end
add to line 215 in spells.lua
And this magic boost should also state in the prodigy describtion.
here is a quick fix provided by HousePet:
if self:knowTalent(self.T_BLIGHTED_SUMMONING) then m:incIncStat("mag", self:getMag()) end
add to line 215 in spells.lua