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

Shadow Mages correctly give spellpower bonus to shadows

parent b2f493fc
No related branches found
No related tags found
No related merge requests found
......@@ -214,7 +214,7 @@ local function createShadow(self, level, tCallShadows, tShadowWarriors, tShadowM
dammod={str=0.5, dex=0.5}
},
mana = 100,
spellpower = tShadowMages and tShadowMages.getSpellpowerChange(self, tShadowMages) or 0,
combat_spellpower = tShadowMages and tShadowMages.getSpellpowerChange(self, tShadowMages) or 0,
summoner_hate_per_kill = self.hate_per_kill,
resolvers.talents{
[self.T_SHADOW_PHASE_DOOR]=tCallShadows.getPhaseDoorLevel(self, tCallShadows),
......
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