Minor code format for some quests.
This commit is contained in:
@@ -1,9 +1,6 @@
|
||||
374 Whisper of Dreams, Part 1
|
||||
375 Whisper of Dreams, Part 2
|
||||
910 Request from the Red Libra Guild - Basic
|
||||
911 Request from the Red Libra Guild - Intermediate
|
||||
912 Request from the Red Libra Guild - Advanced
|
||||
913 Request from the Red Libra Guild - Super Advanced
|
||||
933 Exploring the West Wing of the Dungeon of Abyss
|
||||
935 Exploring the East Wing of the Dungeon of Abyss
|
||||
11000 Moon Knight
|
||||
935 Exploring the East Wing of the Dungeon of Abyss
|
@@ -42,7 +42,6 @@ public final class Q00262_TradeWithTheIvoryTower extends Quest
|
||||
private static final int REQUIRED_ITEM_COUNT = 10;
|
||||
// Monsters
|
||||
private static final Map<Integer, Integer> MOBS_SAC = new HashMap<>();
|
||||
|
||||
static
|
||||
{
|
||||
MOBS_SAC.put(20007, 3); // Green Fungus
|
||||
|
@@ -46,7 +46,6 @@ public final class Q00300_HuntingLetoLizardman extends Quest
|
||||
private static final int REQUIRED_BRACELET_COUNT = 60;
|
||||
// Monsters
|
||||
private static final Map<Integer, Integer> MOBS_SAC = new HashMap<>();
|
||||
|
||||
static
|
||||
{
|
||||
MOBS_SAC.put(20577, 360); // Leto Lizardman
|
||||
|
@@ -44,7 +44,6 @@ public final class Q00662_AGameOfCards extends Quest
|
||||
private static final int REQUIRED_CHIP_COUNT = 50;
|
||||
// Monsters
|
||||
private static final Map<Integer, Integer> MONSTERS = new HashMap<>();
|
||||
|
||||
static
|
||||
{
|
||||
MONSTERS.put(20672, 357); // Trives
|
||||
|
Reference in New Issue
Block a user