diff --git a/L2J_Mobius_8.0_Homunculus/dist/game/data/scripts/quests/Q11025_PathOfDestinyProving/1033980-01.html b/L2J_Mobius_8.0_Homunculus/dist/game/data/scripts/quests/Q11025_PathOfDestinyProving/1033980-01.html index 05b0da3aef..8cdb684998 100644 --- a/L2J_Mobius_8.0_Homunculus/dist/game/data/scripts/quests/Q11025_PathOfDestinyProving/1033980-01.html +++ b/L2J_Mobius_8.0_Homunculus/dist/game/data/scripts/quests/Q11025_PathOfDestinyProving/1033980-01.html @@ -1,6 +1,5 @@ Mysterious Wizard:
The deaths of your companions must have been shocking for you. I thought it was strange that Skeletons were appearing near the town.
Please let your guard down. I'm just a wizard passing by.
- \ No newline at end of file diff --git a/L2J_Mobius_8.0_Homunculus/dist/game/data/scripts/quests/Q11025_PathOfDestinyProving/Q11025_PathOfDestinyProving.java b/L2J_Mobius_8.0_Homunculus/dist/game/data/scripts/quests/Q11025_PathOfDestinyProving/Q11025_PathOfDestinyProving.java index 7dd6140dca..206b24f105 100644 --- a/L2J_Mobius_8.0_Homunculus/dist/game/data/scripts/quests/Q11025_PathOfDestinyProving/Q11025_PathOfDestinyProving.java +++ b/L2J_Mobius_8.0_Homunculus/dist/game/data/scripts/quests/Q11025_PathOfDestinyProving/Q11025_PathOfDestinyProving.java @@ -338,12 +338,13 @@ public class Q11025_PathOfDestinyProving extends Quest } case "BacktoRaymond": { - if (qs.isCond(13)) + if (qs.isCond(13) && (npc != null)) { qs.setCond(14, true); showOnScreenMsg(player, NpcStringId.RETURN_TO_RAYMOND_OF_THE_TOWN_OF_GLUDIO, ExShowScreenMessage.TOP_CENTER, 10000); giveItems(player, WIND_SPIRIT_REALM_RELIC, 1); player.teleToLocation(TRAINING_GROUNDS_TELEPORT5); + npc.deleteMe(); } break; }