diff options
author | malufett <malufett.eat.my.binaries@gmail.com> | 2013-08-26 18:02:40 +0800 |
---|---|---|
committer | malufett <malufett.eat.my.binaries@gmail.com> | 2013-08-26 18:02:40 +0800 |
commit | cccc5bc9256b196b1f4e9ad881838ad32c8b3424 (patch) | |
tree | 4567d16e2293781ed5611be54bfbff48e173ca76 /src/map/status.h | |
parent | 04139592739a69aafe6cffb0ec52f65d50efb1fa (diff) | |
download | hercules-cccc5bc9256b196b1f4e9ad881838ad32c8b3424.tar.gz hercules-cccc5bc9256b196b1f4e9ad881838ad32c8b3424.tar.bz2 hercules-cccc5bc9256b196b1f4e9ad881838ad32c8b3424.tar.xz hercules-cccc5bc9256b196b1f4e9ad881838ad32c8b3424.zip |
Fixed Bug#7584
-Where HW_SOULDRAIN should work only in single target.
Fixed Bug#7670
-Where PA_GOSPEL is not working properly.
Fixed Bug#7668
-Bonus 'bLongAtkRate' is not working properly.
Fixed Bug#7512
-Bonus 'bCritAtkRate' is not working properly.
Fixed Bug#7515
-Fixed MO_EXTREMITYFIST animation.
-Fixed RE armor/weapon storage tab positioning.
-Fixed HW_MAGICPOWER cast time.
-Fixed '/item' '/monster' aegis command where it not working properly in some item names or monsters.
-Added NC_DISJOINT cast time hidden modifier.
-Updated RE ATK for post damage modifier.
Signed-off-by: malufett <malufett.eat.my.binaries@gmail.com>
Diffstat (limited to 'src/map/status.h')
-rw-r--r-- | src/map/status.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/status.h b/src/map/status.h index cae91849e..d5a40e356 100644 --- a/src/map/status.h +++ b/src/map/status.h @@ -1871,9 +1871,9 @@ struct status_interface { #ifdef RENEWAL unsigned short (*base_matk) (const struct status_data* status, int level); int (*get_weapon_atk) (struct block_list *src, struct weapon_atk *watk, int flag); +#endif int (*get_total_mdef) (struct block_list *src); int (*get_total_def) (struct block_list *src); -#endif int (*get_matk) (struct block_list *src, int flag); |