summaryrefslogtreecommitdiff
path: root/src/map/battle.h
diff options
context:
space:
mode:
authorshennetsind <ind@henn.et>2013-06-25 17:32:22 -0300
committershennetsind <ind@henn.et>2013-06-25 17:32:22 -0300
commit5785dbae3f513da20611e3147dadef2b9c911443 (patch)
tree7aeed5544a9df524a834cc739d3f596b66d6a006 /src/map/battle.h
parent70ee2e2545d150f21392fb7d7f47b5479307f29f (diff)
downloadhercules-5785dbae3f513da20611e3147dadef2b9c911443.tar.gz
hercules-5785dbae3f513da20611e3147dadef2b9c911443.tar.bz2
hercules-5785dbae3f513da20611e3147dadef2b9c911443.tar.xz
hercules-5785dbae3f513da20611e3147dadef2b9c911443.zip
For Bug #7402
Temporary measure until malufett is capable of adjusting it himself. Special Thanks to Xgear for going thru all the testing for this with me, Also Special Thanks to VyLow for making it possible for me to reproduce the issue, and Zopokx, mofo and malufett. http://hercules.ws/board/tracker/issue-7402-damage-with-reduction-cards/ Signed-off-by: shennetsind <ind@henn.et>
Diffstat (limited to 'src/map/battle.h')
-rw-r--r--src/map/battle.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/map/battle.h b/src/map/battle.h
index 37968f53a..2b502beaf 100644
--- a/src/map/battle.h
+++ b/src/map/battle.h
@@ -535,7 +535,9 @@ struct battle_interface {
/* skill range criteria */
int (*range_type) (struct block_list *src, struct block_list *target, uint16 skill_id, uint16 skill_lv);
int (*calc_base_damage)
-#ifdef RENEWAL
+/* temporary until malufett is able to adjust the formula */
+//#ifdef RENEWAL
+#if 0
(struct block_list *src, struct block_list *bl, uint16 skill_id, uint16 skill_lv, int nk, bool n_ele, short s_ele, short s_ele_, int type, int flag, int flag2);
#else
(struct status_data *status, struct weapon_atk *wa, struct status_change *sc, unsigned short t_size, struct map_session_data *sd, int flag);