|
@@ -80,7 +80,7 @@ public class TvTEvent
|
|
|
|
|
|
protected static final Logger _log = Logger.getLogger(TvTEvent.class.getName());
|
|
|
/** html path **/
|
|
|
- private static final String htmlPath = "data/html/mods/TvTEvent/";
|
|
|
+ private static final String htmlPath = "data/scripts/custom/events/TvT/TvTManager/";
|
|
|
/** The teams of the TvTEvent<br> */
|
|
|
private static TvTEventTeam[] _teams = new TvTEventTeam[2];
|
|
|
/** The state of the TvTEvent<br> */
|
|
@@ -420,7 +420,7 @@ public class TvTEvent
|
|
|
final NpcHtmlMessage npcHtmlMessage = new NpcHtmlMessage();
|
|
|
|
|
|
statusUpdate.addAttribute(StatusUpdate.CUR_LOAD, playerInstance.getCurrentLoad());
|
|
|
- npcHtmlMessage.setHtml(HtmCache.getInstance().getHtm(playerInstance.getHtmlPrefix(), htmlPath + "Reward.htm"));
|
|
|
+ npcHtmlMessage.setHtml(HtmCache.getInstance().getHtm(playerInstance.getHtmlPrefix(), htmlPath + "Reward.html"));
|
|
|
playerInstance.sendPacket(statusUpdate);
|
|
|
playerInstance.sendPacket(npcHtmlMessage);
|
|
|
}
|