You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Processing heroes...
Processing hero: Azmodan (Azmodan)
Sub-units: Azmodan [ 'Azmodan' ]
Processing hero: Li Li (LiLi)
Sub-units: LiLi [ 'LiLi' ]
Processing hero: Abathur (Abathur)
Alternate: AbathurSymbiote
Sub-units: Abathur [ 'Abathur', 'AbathurSymbiote' ]
Failed to parse: Behavior,AbathurEvolveMonstrosityDamageReduction50,ArmorModification.ArmorSet[Minion].ArmorMitigationTable[Basic]
(Turn an allied Minion or Locust into a Monstrosity. When enemy Minions near the Monstrosity die, it gains 5% Health and 5% Basic Attack damage, stacking up to times. The Monstrosity takes % less damage from non-Heroic enemies.Using Symbiote on the Monstrosity allows you to control it, in addition to Symbiote's normal benefits. This Ability can be reactivated to automatically cast Symbiote on your Monstrosity.)
TypeError: Cannot read property 'get' of undefined
I've manually added a fix for Behavior,AbathurEvolveMonstrosityDamageReduction50,ArmorModification.ArmorSet[Minion].ArmorMitigationTable[Basic] in Shared.C but it then fails on another hero etc etc
Getting the following error since the Varian Patch:
Clearing 'out' directory...
Copying latest .build.info file...
Extracting 108 needed files...
Loading data...
Processing heroes...
Processing hero: Azmodan (Azmodan)
Sub-units: Azmodan [ 'Azmodan' ]
Processing hero: Li Li (LiLi)
Sub-units: LiLi [ 'LiLi' ]
Processing hero: Abathur (Abathur)
Alternate: AbathurSymbiote
Sub-units: Abathur [ 'Abathur', 'AbathurSymbiote' ]
Failed to parse: Behavior,AbathurEvolveMonstrosityDamageReduction50,ArmorModification.ArmorSet[Minion].ArmorMitigationTable[Basic]
(Turn an allied Minion or Locust into a Monstrosity. When enemy Minions near the Monstrosity die, it gains 5% Health and 5% Basic Attack damage, stacking up to times. The Monstrosity takes % less damage from non-Heroic enemies.Using Symbiote on the Monstrosity allows you to control it, in addition to Symbiote's normal benefits. This Ability can be reactivated to automatically cast Symbiote on your Monstrosity.)
TypeError: Cannot read property 'get' of undefined
I've manually added a fix for Behavior,AbathurEvolveMonstrosityDamageReduction50,ArmorModification.ArmorSet[Minion].ArmorMitigationTable[Basic] in Shared.C but it then fails on another hero etc etc
Any ideas?