File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -218,7 +218,7 @@ void WarheadTypeExt::ExtData::LoadFromINIFile(CCINIClass* const pINI)
218
218
this ->Shield_SelfHealing_Rate_InMinutes .Read (exINI, pSection, " Shield.SelfHealing.Rate" );
219
219
this ->Shield_SelfHealing_Rate = (int )(this ->Shield_SelfHealing_Rate_InMinutes * 900 );
220
220
this ->Shield_SelfHealing_RestartInCombat .Read (exINI, pSection, " Shield.SelfHealing.RestartInCombat" );
221
- this ->Shield_SelfHealing_RestartInCombat .Read (exINI, pSection, " Shield.SelfHealing.RestartInCombatDelay" );
221
+ this ->Shield_SelfHealing_RestartInCombatDelay .Read (exINI, pSection, " Shield.SelfHealing.RestartInCombatDelay" );
222
222
this ->Shield_SelfHealing_RestartTimer .Read (exINI, pSection, " Shield.SelfHealing.RestartTimer" );
223
223
this ->Shield_AttachTypes .Read (exINI, pSection, " Shield.AttachTypes" );
224
224
this ->Shield_RemoveTypes .Read (exINI, pSection, " Shield.RemoveTypes" );
You can’t perform that action at this time.
0 commit comments