my pack for l2j freya. edit for java code welocme html and this error
edit for EnterWorld.java and fix error
error for color red
if (Config.SHOW_WELCOME_HTML_ON_PLAYER_LOGIN)
{
String welcome = HtmCache.getInstance().getHtm("data/html/welcome.htm");
if (welcome != null)
sendPacket(new NpcHtmlMessage(1, welcome));
}
PetitionManager.getInstance().checkPetitionMessages(activeChar);