Sync with L2jServer HighFive Oct 22nd 2015.

This commit is contained in:
MobiusDev
2015-10-23 22:36:15 +00:00
parent ad889659fa
commit d49a007f9d
44 changed files with 1636 additions and 1117 deletions

View File

@ -1504,7 +1504,7 @@ public class Quest extends AbstractScript implements IIdentifiable
{
showHtmlFile(player, res, npc);
}
else if (res.startsWith("<html>"))
else if (res.startsWith("<html"))
{
final NpcHtmlMessage npcReply = new NpcHtmlMessage(npc != null ? npc.getObjectId() : 0, res);
npcReply.replace("%playername%", player.getName());