[7263] Fixed AP calculation in some cases

Fixed use AP dynamic mods (bonuses from stats)
Apply ITEM_MOD_ATTACK_POWER for ranged AP
Implement feral AP from weapon dps for druids

Signed-off-by: DiSlord <dislord@nomail.com>
This commit is contained in:
DiSlord 2009-02-10 21:21:25 +03:00
parent edfa757020
commit 14be347015
5 changed files with 47 additions and 9 deletions

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "7262"
#define REVISION_NR "7263"
#endif // __REVISION_NR_H__