Minor code format changes.

This commit is contained in:
MobiusDev
2016-01-13 16:02:31 +00:00
parent 9060a0c931
commit 829663088f
14 changed files with 1 additions and 28 deletions

View File

@@ -45,12 +45,10 @@ public class Q10362_CertificationOfTheSeeker extends Quest
private static final int CRAWLER = 22991;
private static final int STALKER = 22992;
private static final Map<Integer, Integer> MOBS_REQUIRED = new HashMap<>();
{
MOBS_REQUIRED.put(CRAWLER, 5);
MOBS_REQUIRED.put(STALKER, 10);
}
// Rewards
private static final int ADENA_REWARD = 43000;
private static final int EXP_REWARD = 50000;