Separated the Classic Datapack to it's own folder.
This commit is contained in:
@@ -357,7 +357,7 @@ public final class AdminCHSiege implements IAdminCommandHandler
|
||||
private void sendSiegableHallPage(L2PcInstance activeChar, String hallId, SiegableHall hall)
|
||||
{
|
||||
final NpcHtmlMessage msg = new NpcHtmlMessage();
|
||||
msg.setFile(null, "data/html/admin/siegablehall.htm");
|
||||
msg.setFile(null, "html/admin/siegablehall.htm");
|
||||
msg.replace("%clanhallId%", hallId);
|
||||
msg.replace("%clanhallName%", hall.getName());
|
||||
if (hall.getOwnerId() > 0)
|
||||
|
Reference in New Issue
Block a user