Orc village dialogs.

Contributed by quangnguyen.
This commit is contained in:
MobiusDev
2017-08-06 13:11:58 +00:00
parent ddaba57dbe
commit 737b19a70a
54 changed files with 410 additions and 6 deletions

View File

@@ -76,6 +76,7 @@ public class NewbieGuide extends AbstractNpcAI
}
else
{
// TODO: htmltext = npc.getId() + "-" + event + (player.isMageClass() ? "m" : "f") + ".htm";
htmltext = npc.getId() + "-" + event + ".htm";
}
return htmltext;