Deleted useless <br> from QuestLink.
Source L2J Ertheia branch: https://github.com/L2J/L2J_DataPack/commit/91b1324a2be5ab5f64c327d37861dce6f4c0ab5b
This commit is contained in:
@@ -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>");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user