Server uses data folder as datapack base folder, plus more fixes for previous commit.

This commit is contained in:
MobiusDev
2016-10-21 14:02:37 +00:00
parent 4df1abce3f
commit 6107624b59
231 changed files with 311 additions and 331 deletions

View File

@@ -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;

View File

@@ -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;

View File

@@ -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;

View File

@@ -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
{

View File

@@ -27,7 +27,7 @@ import conquerablehalls.flagwar.FlagWar;
/**
* @author BiggBoss
*/
final class BanditStronghold extends FlagWar
public final class BanditStronghold extends FlagWar
{
static
{

View File

@@ -27,7 +27,7 @@ import conquerablehalls.flagwar.FlagWar;
/**
* @author BiggBoss
*/
final class WildBeastReserve extends FlagWar
public final class WildBeastReserve extends FlagWar
{
static
{