Skip to content
Snippets Groups Projects
Commit 7681aeb0 authored by IrLex's avatar IrLex
Browse files

Cache[HTML]: Missing HTML page: data/scripts/quests/NevitsHerald/4326.htm

parent f7ee7a07
No related branches found
No related tags found
No related merge requests found
......@@ -81,7 +81,7 @@ public final class NevitsHerald extends AbstractNpcAI
@Override
public String onFirstTalk(L2Npc npc, L2PcInstance player)
{
return "4326.htm";
return "4326.html";
}
@Override
......@@ -95,7 +95,7 @@ public final class NevitsHerald extends AbstractNpcAI
{
if (player.getEffectList().getFirstEffect(L2EffectType.NEVIT_HOURGLASS) != null)
{
return "4326-1.htm";
return "4326-1.html";
}
npc.setTarget(player);
npc.doCast(FALL_OF_THE_DRAGON);
......
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