Dual blunt is counted as dual attack.
Contributed by gigilo1968.
This commit is contained in:
parent
74f1bdbf36
commit
1a1bdae5ad
@ -1161,6 +1161,7 @@ public abstract class L2Character extends L2Object implements ISkillsHolder, IDe
|
||||
}
|
||||
case DUAL:
|
||||
case DUALFIST:
|
||||
case DUALBLUNT:
|
||||
case DUALDAGGER:
|
||||
{
|
||||
hitted = doAttackHitByDual(attack, target, timeToHit);
|
||||
|
@ -1165,6 +1165,7 @@ public abstract class L2Character extends L2Object implements ISkillsHolder, IDe
|
||||
}
|
||||
case DUAL:
|
||||
case DUALFIST:
|
||||
case DUALBLUNT:
|
||||
case DUALDAGGER:
|
||||
{
|
||||
hitted = doAttackHitByDual(attack, target, timeToHit);
|
||||
|
@ -1165,6 +1165,7 @@ public abstract class L2Character extends L2Object implements ISkillsHolder, IDe
|
||||
}
|
||||
case DUAL:
|
||||
case DUALFIST:
|
||||
case DUALBLUNT:
|
||||
case DUALDAGGER:
|
||||
{
|
||||
hitted = doAttackHitByDual(attack, target, timeToHit);
|
||||
|
@ -1165,6 +1165,7 @@ public abstract class L2Character extends L2Object implements ISkillsHolder, IDe
|
||||
}
|
||||
case DUAL:
|
||||
case DUALFIST:
|
||||
case DUALBLUNT:
|
||||
case DUALDAGGER:
|
||||
{
|
||||
hitted = doAttackHitByDual(attack, target, timeToHit);
|
||||
|
Loading…
Reference in New Issue
Block a user