summaryrefslogtreecommitdiff
path: root/src/map/pc.h
diff options
context:
space:
mode:
authorL0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec>2010-12-06 00:15:16 +0000
committerL0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec>2010-12-06 00:15:16 +0000
commit6f91333809e1e19933c98cd66316bf62a17e2fbc (patch)
treec81bc2d18b22b2dd9ba8b943dad1ad73ad9bae32 /src/map/pc.h
parent4f80f6346a5628d842f86cca2f2d7404b3d65530 (diff)
downloadhercules-6f91333809e1e19933c98cd66316bf62a17e2fbc.tar.gz
hercules-6f91333809e1e19933c98cd66316bf62a17e2fbc.tar.bz2
hercules-6f91333809e1e19933c98cd66316bf62a17e2fbc.tar.xz
hercules-6f91333809e1e19933c98cd66316bf62a17e2fbc.zip
Added support for bonus bAddItemHealRate, which works for all healing items care of Epoque.
Updated some items to use bonus bAddItemHealRate, and healpower2. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14559 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/pc.h')
-rw-r--r--src/map/pc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/pc.h b/src/map/pc.h
index c6c6f4801..9a28a30ee 100644
--- a/src/map/pc.h
+++ b/src/map/pc.h
@@ -292,6 +292,7 @@ struct map_session_data {
int crit_atk_rate;
int classchange; // [Valaris]
int speed_rate, speed_add_rate, aspd_add;
+ int itemhealrate2; // [Epoque] Increase heal rate of all healing items.
unsigned int setitem_hash, setitem_hash2; //Split in 2 because shift operations only work on int ranges. [Skotlex]
short splash_range, splash_add_range;