Server uses data folder as datapack base folder, plus more fixes for previous commit.
This commit is contained in:
@@ -35,7 +35,7 @@ import com.l2jmobius.gameserver.network.NpcStringId;
|
||||
* Devastated Castle clan hall siege script.
|
||||
* @author BiggBoss
|
||||
*/
|
||||
final class DevastatedCastle extends ClanHallSiegeEngine
|
||||
public final class DevastatedCastle extends ClanHallSiegeEngine
|
||||
{
|
||||
private static final int GUSTAV = 35410;
|
||||
private static final int MIKHAIL = 35409;
|
||||
|
@@ -35,7 +35,7 @@ import com.l2jmobius.gameserver.util.Util;
|
||||
* Fortress of Resistance clan hall siege Script.
|
||||
* @author BiggBoss
|
||||
*/
|
||||
final class FortressOfResistance extends ClanHallSiegeEngine
|
||||
public final class FortressOfResistance extends ClanHallSiegeEngine
|
||||
{
|
||||
private final int MESSENGER = 35382;
|
||||
private final int BLOODY_LORD_NURKA = 35375;
|
||||
|
@@ -34,7 +34,7 @@ import com.l2jmobius.gameserver.network.NpcStringId;
|
||||
* Fortress of the Dead clan hall siege script.
|
||||
* @author BiggBoss
|
||||
*/
|
||||
final class FortressOfTheDead extends ClanHallSiegeEngine
|
||||
public final class FortressOfTheDead extends ClanHallSiegeEngine
|
||||
{
|
||||
private static final int LIDIA = 35629;
|
||||
private static final int ALFRED = 35630;
|
||||
|
@@ -61,7 +61,7 @@ import com.l2jmobius.gameserver.util.Util;
|
||||
* Rainbow Springs Chateau clan hall siege script.
|
||||
* @author BiggBoss
|
||||
*/
|
||||
final class RainbowSpringsChateau extends ClanHallSiegeEngine
|
||||
public final class RainbowSpringsChateau extends ClanHallSiegeEngine
|
||||
{
|
||||
static class SetFinalAttackers implements Runnable
|
||||
{
|
||||
|
@@ -27,7 +27,7 @@ import conquerablehalls.flagwar.FlagWar;
|
||||
/**
|
||||
* @author BiggBoss
|
||||
*/
|
||||
final class BanditStronghold extends FlagWar
|
||||
public final class BanditStronghold extends FlagWar
|
||||
{
|
||||
static
|
||||
{
|
||||
|
@@ -27,7 +27,7 @@ import conquerablehalls.flagwar.FlagWar;
|
||||
/**
|
||||
* @author BiggBoss
|
||||
*/
|
||||
final class WildBeastReserve extends FlagWar
|
||||
public final class WildBeastReserve extends FlagWar
|
||||
{
|
||||
static
|
||||
{
|
||||
|
Reference in New Issue
Block a user