Core/Misc: Random changes here and there to minimize differences with 4.3.4 branch

This commit is contained in:
Spp
2012-11-27 13:02:04 +01:00
parent 2251d1bfae
commit e954498560
94 changed files with 976 additions and 951 deletions
+3 -3
View File
@@ -78,16 +78,16 @@ bool Player::UpdateStats(Stats stat)
UpdateAllCritPercentages();
UpdateDodgePercentage();
break;
case STAT_STAMINA: UpdateMaxHealth(); break;
case STAT_STAMINA:
UpdateMaxHealth();
break;
case STAT_INTELLECT:
UpdateMaxPower(POWER_MANA);
UpdateAllSpellCritChances();
UpdateArmor(); //SPELL_AURA_MOD_RESISTANCE_OF_INTELLECT_PERCENT, only armor currently
break;
case STAT_SPIRIT:
break;
default:
break;
}