Removed pointless assignments before packet send.
This commit is contained in:
L2J_Mobius_C6_Interlude/dist/game/data/scripts/village_master/FirstClassChange/FirstClassChange.java
Vendored
+1
-1
@@ -65,7 +65,7 @@ public class FirstClassChange extends Quest
|
||||
// @formatter:off
|
||||
|
||||
// Classes
|
||||
private static final Map<String, int[]> Classes = new HashMap<>();
|
||||
private static final Map<String, int[]> Classes = new HashMap<>();
|
||||
static
|
||||
{
|
||||
// Dark Elf
|
||||
|
||||
+1
-1
@@ -58,7 +58,7 @@ public class SecondClassChange extends Quest
|
||||
private static final int MARK_OF_LIFE = 3140;
|
||||
|
||||
// @formatter:off
|
||||
private static final Map<String, int[]> Classes = new HashMap<>();
|
||||
private static final Map<String, int[]> Classes = new HashMap<>();
|
||||
static
|
||||
{
|
||||
// Dark Elfs
|
||||
|
||||
Reference in New Issue
Block a user