Dual blunt is counted as dual attack.

Contributed by gigilo1968.
This commit is contained in:
MobiusDev
2017-09-23 14:57:50 +00:00
parent 74f1bdbf36
commit 1a1bdae5ad
4 changed files with 4 additions and 0 deletions

View File

@@ -1161,6 +1161,7 @@ public abstract class L2Character extends L2Object implements ISkillsHolder, IDe
} }
case DUAL: case DUAL:
case DUALFIST: case DUALFIST:
case DUALBLUNT:
case DUALDAGGER: case DUALDAGGER:
{ {
hitted = doAttackHitByDual(attack, target, timeToHit); hitted = doAttackHitByDual(attack, target, timeToHit);

View File

@@ -1165,6 +1165,7 @@ public abstract class L2Character extends L2Object implements ISkillsHolder, IDe
} }
case DUAL: case DUAL:
case DUALFIST: case DUALFIST:
case DUALBLUNT:
case DUALDAGGER: case DUALDAGGER:
{ {
hitted = doAttackHitByDual(attack, target, timeToHit); hitted = doAttackHitByDual(attack, target, timeToHit);

View File

@@ -1165,6 +1165,7 @@ public abstract class L2Character extends L2Object implements ISkillsHolder, IDe
} }
case DUAL: case DUAL:
case DUALFIST: case DUALFIST:
case DUALBLUNT:
case DUALDAGGER: case DUALDAGGER:
{ {
hitted = doAttackHitByDual(attack, target, timeToHit); hitted = doAttackHitByDual(attack, target, timeToHit);

View File

@@ -1165,6 +1165,7 @@ public abstract class L2Character extends L2Object implements ISkillsHolder, IDe
} }
case DUAL: case DUAL:
case DUALFIST: case DUALFIST:
case DUALBLUNT:
case DUALDAGGER: case DUALDAGGER:
{ {
hitted = doAttackHitByDual(attack, target, timeToHit); hitted = doAttackHitByDual(attack, target, timeToHit);