Proper modifier order and removal if implied by their context.
This commit is contained in:
@@ -117,7 +117,7 @@ public class KetraOrcSupport extends Quest
|
||||
// Haste: Requires 6 Buffalo Horns
|
||||
};
|
||||
|
||||
private final static L2Skill VARKA_KETRA_PETRIFICATION = SkillTable.getInstance().getInfo(4578, 1);
|
||||
private static final L2Skill VARKA_KETRA_PETRIFICATION = SkillTable.getInstance().getInfo(4578, 1);
|
||||
|
||||
/**
|
||||
* Names of missions which will be automatically dropped if the alliance is broken.
|
||||
|
@@ -116,7 +116,7 @@ public class VarkaSilenosSupport extends Quest
|
||||
// Haste: Requires 6 Nepenthese Seeds
|
||||
};
|
||||
|
||||
private final static L2Skill VARKA_KETRA_PETRIFICATION = SkillTable.getInstance().getInfo(4578, 1);
|
||||
private static final L2Skill VARKA_KETRA_PETRIFICATION = SkillTable.getInstance().getInfo(4578, 1);
|
||||
|
||||
/**
|
||||
* Names of missions which will be automatically dropped if the alliance is broken.
|
||||
|
Reference in New Issue
Block a user