Skip to content
Snippets Groups Projects
Commit 5de45e08 authored by Zoey76's avatar Zoey76
Browse files

BETA: Minor typo fix in HTML for Urban Area instance.

Reported by: CostyKiller
Reviewed by: Zoey76
parent c93ef241
No related branches found
No related tags found
No related merge requests found
<html><body>
The stone looks like a tombstone placed at the entrance. There is a small hole at the bottom.<br>
<a action="bypass -h npc_%objectId%_Quest HellboundTown">Insert the key engraved with the image of an evil eye.</a><br>
<a action="bypass -h npc_%objectId%_Quest UrbanArea">Insert the key engraved with the image of an evil eye.</a><br>
<a action="bypass -h npc_%objectId%_Quest">Quest.</a>
</body></html>
\ No newline at end of file
<?xml version="1.0" encoding="UTF-8"?>
<instance name="HellboundTown" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/instance.xsd">
<instance name="UrbanArea" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/instance.xsd">
<activityTime val="30" />
<allowSummon val="false" />
<emptyDestroyTime val="180" />
......
......@@ -122,7 +122,7 @@ public final class UrbanArea extends AbstractNpcAI
if (htmltext == null)
{
enterInstance(player, "HellboundTown.xml");
enterInstance(player, "UrbanArea.xml");
}
}
else if (npc.getId() == TOMBSTONE)
......
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