diff --git a/L2J_Mobius_CT_2.4_Epilogue/java/org/l2jmobius/gameserver/model/actor/Creature.java b/L2J_Mobius_CT_2.4_Epilogue/java/org/l2jmobius/gameserver/model/actor/Creature.java index 1bfec56d6d..5281c97dc1 100644 --- a/L2J_Mobius_CT_2.4_Epilogue/java/org/l2jmobius/gameserver/model/actor/Creature.java +++ b/L2J_Mobius_CT_2.4_Epilogue/java/org/l2jmobius/gameserver/model/actor/Creature.java @@ -4782,11 +4782,11 @@ public abstract class Creature extends WorldObject implements ISkillsHolder, IDe } notifyAttackAvoid(target, false); } - else - { - // If we didn't miss the hit, discharge the shoulshots, if any - setChargedShot(ShotType.SOULSHOTS, false); - } + // else + // { + // If we didn't miss the hit, discharge the shoulshots, if any + // setChargedShot(ShotType.SOULSHOTS, false); + // } // Send message about damage/crit or miss int damage = damageValue; diff --git a/L2J_Mobius_CT_2.6_HighFive/java/org/l2jmobius/gameserver/model/actor/Creature.java b/L2J_Mobius_CT_2.6_HighFive/java/org/l2jmobius/gameserver/model/actor/Creature.java index 2b44a1ba90..8ce5252197 100644 --- a/L2J_Mobius_CT_2.6_HighFive/java/org/l2jmobius/gameserver/model/actor/Creature.java +++ b/L2J_Mobius_CT_2.6_HighFive/java/org/l2jmobius/gameserver/model/actor/Creature.java @@ -4784,11 +4784,11 @@ public abstract class Creature extends WorldObject implements ISkillsHolder, IDe } notifyAttackAvoid(target, false); } - else - { - // If we didn't miss the hit, discharge the shoulshots, if any - setChargedShot(ShotType.SOULSHOTS, false); - } + // else + // { + // If we didn't miss the hit, discharge the shoulshots, if any + // setChargedShot(ShotType.SOULSHOTS, false); + // } // Send message about damage/crit or miss int damage = damageValue;