summaryrefslogtreecommitdiff
path: root/src/map/battle.h
diff options
context:
space:
mode:
authorshennetsind <ind@henn.et>2013-04-17 03:18:21 -0300
committershennetsind <ind@henn.et>2013-04-17 03:18:21 -0300
commit904caf6f8c77f50f7d89725cec7b8bc200406ae5 (patch)
tree27e5abbb9f1fde91a4b8304ecdcf9ddc1ff93d19 /src/map/battle.h
parent2e909cf1f7ad5ab6f5c05cffba4744b132f280cd (diff)
downloadhercules-904caf6f8c77f50f7d89725cec7b8bc200406ae5.tar.gz
hercules-904caf6f8c77f50f7d89725cec7b8bc200406ae5.tar.bz2
hercules-904caf6f8c77f50f7d89725cec7b8bc200406ae5.tar.xz
hercules-904caf6f8c77f50f7d89725cec7b8bc200406ae5.zip
Fixed Bug #7060
Magical Reflection behavior is finally 100% official (or so we hope) http://hercules.ws/board/tracker/issue-7060-bmagicdamagereturn/ Signed-off-by: shennetsind <ind@henn.et>
Diffstat (limited to 'src/map/battle.h')
-rw-r--r--src/map/battle.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/map/battle.h b/src/map/battle.h
index bea224b1c..8b1f757f5 100644
--- a/src/map/battle.h
+++ b/src/map/battle.h
@@ -462,8 +462,6 @@ extern int attr_fix_table[4][10][10];
* Battle.c Interface
**/
struct battle_interface {
- /* vars */
- bool isMagicReflect;/* maybe better as a flag atlho the system isnt threaded so there isn't any bug by using it like this */
/* init */
void (*init) (void);
/* final */