summaryrefslogtreecommitdiff
path: root/src/map/battle.c
diff options
context:
space:
mode:
authorskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-03-14 14:23:59 +0000
committerskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-03-14 14:23:59 +0000
commit3f8b52f6d673b3e5d259a9bb10004375d7647533 (patch)
treef0ba225918e30910109a972412ecdec99da20217 /src/map/battle.c
parenteadab5ba5011a8b999c9a5674081df81c2d0b5a2 (diff)
downloadhercules-3f8b52f6d673b3e5d259a9bb10004375d7647533.tar.gz
hercules-3f8b52f6d673b3e5d259a9bb10004375d7647533.tar.bz2
hercules-3f8b52f6d673b3e5d259a9bb10004375d7647533.tar.xz
hercules-3f8b52f6d673b3e5d259a9bb10004375d7647533.zip
- Status_check_skilluse again does the status_isdead check, but only on non-skills checks.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5597 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/battle.c')
-rw-r--r--src/map/battle.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/battle.c b/src/map/battle.c
index 7ef94a4ea..21aea2593 100644
--- a/src/map/battle.c
+++ b/src/map/battle.c
@@ -1605,7 +1605,7 @@ static struct Damage battle_calc_weapon_attack(
short index = sd->equip_index[8];
wd.damage = status_get_batk(src);
- if (flag.lh) wd.damage2 = status_get_batk(src);
+ if (flag.lh) wd.damage2 = wd.damage;
if (index >= 0 &&
sd->inventory_data[index] &&