[7819] Correct use item ScalingStatValues data (ScalingStatValues.dbc):

- ScalingStatDistribution stats multiplier
 - Armor bonus from ssv
 - Damage from ssv
 - Feral AP from ssv
 - Feral AP from ssv dps bonus
Use item->StatsCount in apply mods
Not allow equip item if level > ScalingStatDistribution->maxlevel field

TODO find more info about ScalingStatValuesEntry->spellBonus
Signed-off-by: DiSlord <dislord@nomail.com>
This commit is contained in:
DiSlord 2009-05-14 00:10:14 +04:00
parent fd71c2bd6f
commit bfe2e187a6
4 changed files with 106 additions and 70 deletions

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "7818"
#define REVISION_NR "7819"
#endif // __REVISION_NR_H__