diff --git a/L2J_Mobius_Underground/dist/game/data/scripts/instances/SSQMonasteryOfSilence/SSQMonasteryOfSilence.java b/L2J_Mobius_Underground/dist/game/data/scripts/instances/SSQMonasteryOfSilence/SSQMonasteryOfSilence.java index 4c367e0595..c82bdbdae1 100644 --- a/L2J_Mobius_Underground/dist/game/data/scripts/instances/SSQMonasteryOfSilence/SSQMonasteryOfSilence.java +++ b/L2J_Mobius_Underground/dist/game/data/scripts/instances/SSQMonasteryOfSilence/SSQMonasteryOfSilence.java @@ -23,6 +23,7 @@ import com.l2jmobius.gameserver.model.actor.L2Npc; import com.l2jmobius.gameserver.model.actor.instance.L2PcInstance; import com.l2jmobius.gameserver.model.holders.SkillHolder; import com.l2jmobius.gameserver.model.instancezone.Instance; +import com.l2jmobius.gameserver.model.skills.SkillCaster; import com.l2jmobius.gameserver.network.NpcStringId; import instances.AbstractInstance; @@ -157,8 +158,7 @@ public final class SSQMonasteryOfSilence extends AbstractInstance if (player.isInCombat()) { npc.broadcastSay(ChatType.NPC_GENERAL, NpcStringId.YOUR_WORK_HERE_IS_DONE_SO_RETURN_TO_THE_CENTRAL_GUARDIAN); - npc.setTarget(player); - npc.doCast(BUFFS[getRandom(BUFFS.length)].getSkill()); + SkillCaster.triggerCast(npc, player, BUFFS[getRandom(BUFFS.length)].getSkill()); } else { diff --git a/L2J_Mobius_Underground/dist/game/data/scripts/quests/Q10294_SevenSignsToTheMonasteryOfSilence/32815-01.html b/L2J_Mobius_Underground/dist/game/data/scripts/quests/Q10294_SevenSignsToTheMonasteryOfSilence/32815-01.html index 06a232e9bb..c0e45a12b5 100644 --- a/L2J_Mobius_Underground/dist/game/data/scripts/quests/Q10294_SevenSignsToTheMonasteryOfSilence/32815-01.html +++ b/L2J_Mobius_Underground/dist/game/data/scripts/quests/Q10294_SevenSignsToTheMonasteryOfSilence/32815-01.html @@ -1,3 +1,3 @@
There's a globe with a strange aura. When you touch the globe, an image of a small room with books and supplies shows.