Sync with L2jServer HighFive Aug 21st 2015.

This commit is contained in:
MobiusDev
2015-08-21 19:26:53 +00:00
parent 4b3a3e6d1e
commit dc0694ccef
17 changed files with 116 additions and 82 deletions

View File

@@ -46,8 +46,7 @@ public final class FortressOfResistance extends ClanHallSiegeEngine
{
new Location(45109, 112124, -1900), // 30%
new Location(47653, 110816, -2110), // 40%
new Location(47247, 109396, -2000)
// 30%
new Location(47247, 109396, -2000), // 30%
};
private L2Spawn _nurka;
@@ -86,8 +85,7 @@ public final class FortressOfResistance extends ClanHallSiegeEngine
}
catch (Exception e)
{
_log.warning(getName() + ": Couldnt set the Bloody Lord Nurka spawn");
e.printStackTrace();
_log.warning(getName() + ": Couldn't set the Bloody Lord Nurka spawn!");
}
}