From 7cb742db48dd00c40edced83a2c13a9bd1f0e9f2 Mon Sep 17 00:00:00 2001 From: MobiusDev <8391001+MobiusDevelopment@users.noreply.github.com> Date: Fri, 11 Jan 2019 23:57:41 +0000 Subject: [PATCH] Fixed summon attacking after BlockActions effect. --- .../game/data/scripts/handlers/effecthandlers/BlockActions.java | 2 +- .../game/data/scripts/handlers/effecthandlers/BlockActions.java | 2 +- .../game/data/scripts/handlers/effecthandlers/BlockActions.java | 2 +- .../game/data/scripts/handlers/effecthandlers/BlockActions.java | 2 +- .../game/data/scripts/handlers/effecthandlers/BlockActions.java | 2 +- .../game/data/scripts/handlers/effecthandlers/BlockActions.java | 2 +- .../game/data/scripts/handlers/effecthandlers/BlockActions.java | 2 +- .../game/data/scripts/handlers/effecthandlers/BlockActions.java | 2 +- .../game/data/scripts/handlers/effecthandlers/BlockActions.java | 2 +- .../game/data/scripts/handlers/effecthandlers/BlockActions.java | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) diff --git a/L2J_Mobius_1.0_Ertheia/dist/game/data/scripts/handlers/effecthandlers/BlockActions.java b/L2J_Mobius_1.0_Ertheia/dist/game/data/scripts/handlers/effecthandlers/BlockActions.java index 9de33c7db2..4bb9a53dca 100644 --- a/L2J_Mobius_1.0_Ertheia/dist/game/data/scripts/handlers/effecthandlers/BlockActions.java +++ b/L2J_Mobius_1.0_Ertheia/dist/game/data/scripts/handlers/effecthandlers/BlockActions.java @@ -73,7 +73,7 @@ public final class BlockActions extends AbstractEffect { if ((effector != null) && !effector.isDead()) { - ((L2Summon) effected).doAttack(effector); + ((L2Summon) effected).doAutoAttack(effector); } else { diff --git a/L2J_Mobius_2.5_Underground/dist/game/data/scripts/handlers/effecthandlers/BlockActions.java b/L2J_Mobius_2.5_Underground/dist/game/data/scripts/handlers/effecthandlers/BlockActions.java index 9de33c7db2..4bb9a53dca 100644 --- a/L2J_Mobius_2.5_Underground/dist/game/data/scripts/handlers/effecthandlers/BlockActions.java +++ b/L2J_Mobius_2.5_Underground/dist/game/data/scripts/handlers/effecthandlers/BlockActions.java @@ -73,7 +73,7 @@ public final class BlockActions extends AbstractEffect { if ((effector != null) && !effector.isDead()) { - ((L2Summon) effected).doAttack(effector); + ((L2Summon) effected).doAutoAttack(effector); } else { diff --git a/L2J_Mobius_3.0_Helios/dist/game/data/scripts/handlers/effecthandlers/BlockActions.java b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/handlers/effecthandlers/BlockActions.java index 9de33c7db2..4bb9a53dca 100644 --- a/L2J_Mobius_3.0_Helios/dist/game/data/scripts/handlers/effecthandlers/BlockActions.java +++ b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/handlers/effecthandlers/BlockActions.java @@ -73,7 +73,7 @@ public final class BlockActions extends AbstractEffect { if ((effector != null) && !effector.isDead()) { - ((L2Summon) effected).doAttack(effector); + ((L2Summon) effected).doAutoAttack(effector); } else { diff --git a/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/handlers/effecthandlers/BlockActions.java b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/handlers/effecthandlers/BlockActions.java index 9de33c7db2..4bb9a53dca 100644 --- a/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/handlers/effecthandlers/BlockActions.java +++ b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/handlers/effecthandlers/BlockActions.java @@ -73,7 +73,7 @@ public final class BlockActions extends AbstractEffect { if ((effector != null) && !effector.isDead()) { - ((L2Summon) effected).doAttack(effector); + ((L2Summon) effected).doAutoAttack(effector); } else { diff --git a/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/handlers/effecthandlers/BlockActions.java b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/handlers/effecthandlers/BlockActions.java index 9de33c7db2..4bb9a53dca 100644 --- a/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/handlers/effecthandlers/BlockActions.java +++ b/L2J_Mobius_5.0_Salvation/dist/game/data/scripts/handlers/effecthandlers/BlockActions.java @@ -73,7 +73,7 @@ public final class BlockActions extends AbstractEffect { if ((effector != null) && !effector.isDead()) { - ((L2Summon) effected).doAttack(effector); + ((L2Summon) effected).doAutoAttack(effector); } else { diff --git a/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/handlers/effecthandlers/BlockActions.java b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/handlers/effecthandlers/BlockActions.java index 9de33c7db2..4bb9a53dca 100644 --- a/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/handlers/effecthandlers/BlockActions.java +++ b/L2J_Mobius_5.5_EtinasFate/dist/game/data/scripts/handlers/effecthandlers/BlockActions.java @@ -73,7 +73,7 @@ public final class BlockActions extends AbstractEffect { if ((effector != null) && !effector.isDead()) { - ((L2Summon) effected).doAttack(effector); + ((L2Summon) effected).doAutoAttack(effector); } else { diff --git a/L2J_Mobius_Classic_2.0_Saviors/dist/game/data/scripts/handlers/effecthandlers/BlockActions.java b/L2J_Mobius_Classic_2.0_Saviors/dist/game/data/scripts/handlers/effecthandlers/BlockActions.java index 9de33c7db2..4bb9a53dca 100644 --- a/L2J_Mobius_Classic_2.0_Saviors/dist/game/data/scripts/handlers/effecthandlers/BlockActions.java +++ b/L2J_Mobius_Classic_2.0_Saviors/dist/game/data/scripts/handlers/effecthandlers/BlockActions.java @@ -73,7 +73,7 @@ public final class BlockActions extends AbstractEffect { if ((effector != null) && !effector.isDead()) { - ((L2Summon) effected).doAttack(effector); + ((L2Summon) effected).doAutoAttack(effector); } else { diff --git a/L2J_Mobius_Classic_2.1_Zaken/dist/game/data/scripts/handlers/effecthandlers/BlockActions.java b/L2J_Mobius_Classic_2.1_Zaken/dist/game/data/scripts/handlers/effecthandlers/BlockActions.java index 9de33c7db2..4bb9a53dca 100644 --- a/L2J_Mobius_Classic_2.1_Zaken/dist/game/data/scripts/handlers/effecthandlers/BlockActions.java +++ b/L2J_Mobius_Classic_2.1_Zaken/dist/game/data/scripts/handlers/effecthandlers/BlockActions.java @@ -73,7 +73,7 @@ public final class BlockActions extends AbstractEffect { if ((effector != null) && !effector.isDead()) { - ((L2Summon) effected).doAttack(effector); + ((L2Summon) effected).doAutoAttack(effector); } else { diff --git a/L2J_Mobius_Classic_2.2_Antharas/dist/game/data/scripts/handlers/effecthandlers/BlockActions.java b/L2J_Mobius_Classic_2.2_Antharas/dist/game/data/scripts/handlers/effecthandlers/BlockActions.java index 9de33c7db2..4bb9a53dca 100644 --- a/L2J_Mobius_Classic_2.2_Antharas/dist/game/data/scripts/handlers/effecthandlers/BlockActions.java +++ b/L2J_Mobius_Classic_2.2_Antharas/dist/game/data/scripts/handlers/effecthandlers/BlockActions.java @@ -73,7 +73,7 @@ public final class BlockActions extends AbstractEffect { if ((effector != null) && !effector.isDead()) { - ((L2Summon) effected).doAttack(effector); + ((L2Summon) effected).doAutoAttack(effector); } else { diff --git a/L2J_Mobius_Classic_2.3_SevenSigns/dist/game/data/scripts/handlers/effecthandlers/BlockActions.java b/L2J_Mobius_Classic_2.3_SevenSigns/dist/game/data/scripts/handlers/effecthandlers/BlockActions.java index 9de33c7db2..4bb9a53dca 100644 --- a/L2J_Mobius_Classic_2.3_SevenSigns/dist/game/data/scripts/handlers/effecthandlers/BlockActions.java +++ b/L2J_Mobius_Classic_2.3_SevenSigns/dist/game/data/scripts/handlers/effecthandlers/BlockActions.java @@ -73,7 +73,7 @@ public final class BlockActions extends AbstractEffect { if ((effector != null) && !effector.isDead()) { - ((L2Summon) effected).doAttack(effector); + ((L2Summon) effected).doAutoAttack(effector); } else {