summaryrefslogtreecommitdiff
path: root/src/map/battle.c
diff options
context:
space:
mode:
authorskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-03-07 04:15:39 +0000
committerskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-03-07 04:15:39 +0000
commit2fd138bcf99d5dae36069b715363029f07a5e057 (patch)
tree9eb5b6de5b7effa979c2fd8d43fd04f4532358a9 /src/map/battle.c
parent7b72dcdc54c991a85565edb14e86e16a6b1fbda7 (diff)
downloadhercules-2fd138bcf99d5dae36069b715363029f07a5e057.tar.gz
hercules-2fd138bcf99d5dae36069b715363029f07a5e057.tar.bz2
hercules-2fd138bcf99d5dae36069b715363029f07a5e057.tar.xz
hercules-2fd138bcf99d5dae36069b715363029f07a5e057.zip
- Some corrections due to the guild skill position change.
- Removed file todo-for-stable as it's impossible to keep it updated :X git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5479 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 e2391a2f9..a215f3af9 100644
--- a/src/map/battle.c
+++ b/src/map/battle.c
@@ -1343,7 +1343,7 @@ static struct Damage battle_calc_weapon_attack(
} else { //Check for Perfect Hit
if(sd && sd->perfect_hit > 0 && rand()%100 < sd->perfect_hit)
flag.hit = 1;
- if (sc && sc->count && sc->data[SC_FUSION].timer != -1) {
+ if (sc && sc->data[SC_FUSION].timer != -1) {
flag.hit = 1; //SG_FUSION always hit [Komurka]
flag.idef = flag.idef2 = 1; //def ignore [Komurka]
}