Deleted useless <br> from QuestLink.

Source L2J Ertheia branch:
91b1324a2b
This commit is contained in:
mobius
2015-02-09 14:19:36 +00:00
parent 0ed819d639
commit d609a22364

View File

@ -142,7 +142,7 @@ public class QuestLink implements IBypassHandler
StringUtil.append(sb, "<fstring>", String.valueOf(questId), state, "</fstring>");
}
sb.append("</button></font><br>");
sb.append("</button></font>");
}
sb.append("</body></html>");