Proper modifier order and removal if implied by their context.
This commit is contained in:
@@ -77,7 +77,7 @@ public final class SelMahumDrill extends AbstractNpcAI
|
||||
// Chiefs event broadcast range
|
||||
private static final int TRAINING_RANGE = 1000;
|
||||
|
||||
private static enum Actions
|
||||
private enum Actions
|
||||
{
|
||||
SCE_TRAINING_ACTION_A(4, -1, 2, 2333),
|
||||
SCE_TRAINING_ACTION_B(1, -1, 2, 4333),
|
||||
|
@@ -56,7 +56,7 @@ public final class Sailren extends AbstractNpcAI
|
||||
private static int _killCount = 0;
|
||||
private static long _lastAttack = 0;
|
||||
|
||||
private static enum Status
|
||||
private enum Status
|
||||
{
|
||||
ALIVE,
|
||||
IN_FIGHT,
|
||||
|
@@ -173,7 +173,7 @@ public final class Elpies extends Event
|
||||
return super.onSpawn(npc);
|
||||
}
|
||||
|
||||
private static enum EventLocation
|
||||
private enum EventLocation
|
||||
{
|
||||
ADEN("Aden", 146558, 148341, 26622, 28560, -2200),
|
||||
DION("Dion", 18564, 19200, 144377, 145782, -3081),
|
||||
|
@@ -51,7 +51,7 @@ import com.l2jmobius.gameserver.network.serverpackets.SystemMessage;
|
||||
*/
|
||||
public class Q00350_EnhanceYourWeapon extends Quest
|
||||
{
|
||||
private static enum AbsorbCrystalType
|
||||
private enum AbsorbCrystalType
|
||||
{
|
||||
LAST_HIT,
|
||||
FULL_PARTY,
|
||||
|
Reference in New Issue
Block a user