Proper modifier order and removal if implied by their context.

This commit is contained in:
MobiusDev
2018-06-19 02:02:54 +00:00
parent 61b336acb9
commit a5b69096dd
163 changed files with 325 additions and 325 deletions

View File

@@ -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),

View File

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

View File

@@ -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),

View File

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