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,13 +45,11 @@ public class Q10337_SakumsInfluence extends Quest
private static final int SCAVENGER_BAT = 20411;
private static final int BAT = 27458; // for ruin bat & scavenger bat counter(client counter requires BAT id)
private static final Map<Integer, Integer> MOBS_REQUIRED = new HashMap<>();
{
MOBS_REQUIRED.put(SKELETON_WARRIOR, 10);
MOBS_REQUIRED.put(RUIN_IMP, 20); // imp elder same counter
MOBS_REQUIRED.put(BAT, 25); // & scavenger bat same counter
}
// Rewards
private static final int ADENA_REWARD = 1030;
private static final int EXP_REWARD = 650000;