Skip to content
Snippets Groups Projects
Commit bf232106 authored by Adry_85's avatar Adry_85
Browse files

BETA: Minor fixes for quest '''Seven Signs, Embryo'''.

parent d980f024
No related branches found
No related tags found
No related merge requests found
...@@ -53,6 +53,7 @@ public class HideoutOfTheDawn extends Quest ...@@ -53,6 +53,7 @@ public class HideoutOfTheDawn extends Quest
{ {
final InstanceWorld world = InstanceManager.getInstance().getPlayerWorld(talker); final InstanceWorld world = InstanceManager.getInstance().getPlayerWorld(talker);
world.removeAllowed(talker.getObjectId()); world.removeAllowed(talker.getObjectId());
talker.setInstanceId(0);
talker.teleToLocation(JAINA_LOC, 0); talker.teleToLocation(JAINA_LOC, 0);
return "32617-01.htm"; return "32617-01.htm";
} }
......
<html><body>Priest Wood:<br> <html><body>Priest Wood:<br>
Priest Wood:<br>(Only characters who are level 79 or above and who have completed the <font color="LEVEL">Seven Signs and Sacred Book of Seals</font> quests may undertake this quest.) (Only characters who are level 79 or above and who have completed the <font color="LEVEL">Seven Signs and Sacred Book of Seals</font> quests may undertake this quest.)
</body></html> </body></html>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment