Deleted useless <br> from QuestLink.

Source L2J Ertheia branch:
https://github.com/L2J/L2J_DataPack/commit/91b1324a2be5ab5f64c327d37861dce6f4c0ab5b
This commit is contained in:
mobius
2015-02-09 14:19:36 +00:00
parent 0ed819d639
commit d609a22364
@@ -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>");