[9144] Propertly update combat ratings fields.

* Implemented proper combat rating fields update like other stats fields.
  This will prevent reset combat ratings at .reset stats for example.
* Skill loading moved after InitStatsForLevel for prevent reset fields setup
  as part of aura apply from skill set triggered spell casts.
  This fix for example talent 53125 work (combat rating set at skill loading)
This commit is contained in:
VladimirMangos 2010-01-11 04:47:51 +03:00
parent 7985fe3d0f
commit 324772283f
4 changed files with 46 additions and 19 deletions

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "9143"
#define REVISION_NR "9144"
#endif // __REVISION_NR_H__