From e031df23fc77716b9e4e10cf6084d1f60ffa11ef Mon Sep 17 00:00:00 2001 From: n0n4m3 Date: Sat, 16 Jan 2010 19:05:27 +0300 Subject: Propertly update combat ratings fields, by VladimirMangos. --HG-- branch : trunk --- src/game/StatSystem.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/game/StatSystem.cpp') diff --git a/src/game/StatSystem.cpp b/src/game/StatSystem.cpp index 0a4f1472ff8..6c69caf1580 100644 --- a/src/game/StatSystem.cpp +++ b/src/game/StatSystem.cpp @@ -148,6 +148,7 @@ bool Player::UpdateAllStats() for (int i = POWER_MANA; i < MAX_POWERS; ++i) UpdateMaxPower(Powers(i)); + UpdateAllRatings(); UpdateAllCritPercentages(); UpdateAllSpellCritChances(); UpdateDefenseBonusesMod(); -- cgit v1.2.3