diff options
author | rud0lp20 <rud0lp20@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-12-29 20:51:38 +0000 |
---|---|---|
committer | rud0lp20 <rud0lp20@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-12-29 20:51:38 +0000 |
commit | 2eec605a3bbdf6ec0292e97692b2ffb8790ab227 (patch) | |
tree | 158e232a33c696d0008b91a0e1fbf0329f531be8 /src/map/pc.h | |
parent | 6bd3d89c6e4cda9aba52ec2c6774a2e90f9d47f4 (diff) | |
download | hercules-2eec605a3bbdf6ec0292e97692b2ffb8790ab227.tar.gz hercules-2eec605a3bbdf6ec0292e97692b2ffb8790ab227.tar.bz2 hercules-2eec605a3bbdf6ec0292e97692b2ffb8790ab227.tar.xz hercules-2eec605a3bbdf6ec0292e97692b2ffb8790ab227.zip |
Fixed bugreport:6074 updated Renewal Def and MDef damage reduction formula. Special thanks to KyleZ.
Fixed bugreport:7028 where damage bonus of SR_GATEOFHELL has interchange with normal damage bonus.
Fixed bugreport:6946 where CH_PALMSTRIKE causes damage when caster hides after casting.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@17062 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/pc.h')
-rw-r--r-- | src/map/pc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/pc.h b/src/map/pc.h index 9b7a3b964..e04602b99 100644 --- a/src/map/pc.h +++ b/src/map/pc.h @@ -320,6 +320,7 @@ struct map_session_data { unsigned short unstripable_equip; int fixcastrate,varcastrate; int ematk; // matk bonus from equipment +// int eatk; // atk bonus from equipment } bonus; // zeroed vars end here. |