mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 13:37:05 +00:00
[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:
parent
7985fe3d0f
commit
324772283f
4 changed files with 46 additions and 19 deletions
|
|
@ -1,4 +1,4 @@
|
|||
#ifndef __REVISION_NR_H__
|
||||
#define __REVISION_NR_H__
|
||||
#define REVISION_NR "9143"
|
||||
#define REVISION_NR "9144"
|
||||
#endif // __REVISION_NR_H__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue