예제 #1
0
파일: Util.java 프로젝트: 54k/L2J_Server
 /**
  * Sends the html using the community board window.
  *
  * @param activeChar
  * @param html
  */
 public static void sendCBHtml(L2PcInstance activeChar, String html) {
   sendCBHtml(activeChar, html, "");
 }