rl-api: update Quest enum to 2021-6-16
This commit is contained in:
@@ -30,8 +30,6 @@ import lombok.RequiredArgsConstructor;
|
|||||||
@RequiredArgsConstructor
|
@RequiredArgsConstructor
|
||||||
public enum Quest
|
public enum Quest
|
||||||
{
|
{
|
||||||
//Free Quests
|
|
||||||
BELOW_ICE_MOUNTAIN(2874, "Below Ice Mountain"),
|
|
||||||
BLACK_KNIGHTS_FORTRESS(299, "Black Knights' Fortress"),
|
BLACK_KNIGHTS_FORTRESS(299, "Black Knights' Fortress"),
|
||||||
COOKS_ASSISTANT(300, "Cook's Assistant"),
|
COOKS_ASSISTANT(300, "Cook's Assistant"),
|
||||||
THE_CORSAIR_CURSE(301, "The Corsair Curse"),
|
THE_CORSAIR_CURSE(301, "The Corsair Curse"),
|
||||||
@@ -53,6 +51,7 @@ public enum Quest
|
|||||||
VAMPYRE_SLAYER(1278, "Vampyre Slayer"),
|
VAMPYRE_SLAYER(1278, "Vampyre Slayer"),
|
||||||
WITCHS_POTION(318, "Witch's Potion"),
|
WITCHS_POTION(318, "Witch's Potion"),
|
||||||
X_MARKS_THE_SPOT(550, "X Marks the Spot"),
|
X_MARKS_THE_SPOT(550, "X Marks the Spot"),
|
||||||
|
BELOW_ICE_MOUNTAIN(2874, "Below Ice Mountain"),
|
||||||
|
|
||||||
//Members' Quests
|
//Members' Quests
|
||||||
ANIMAL_MAGNETISM(331, "Animal Magnetism"),
|
ANIMAL_MAGNETISM(331, "Animal Magnetism"),
|
||||||
@@ -181,11 +180,13 @@ public enum Quest
|
|||||||
SINS_OF_THE_FATHER(1276, "Sins of the Father"),
|
SINS_OF_THE_FATHER(1276, "Sins of the Father"),
|
||||||
A_PORCINE_OF_INTEREST(1690, "A Porcine of Interest"),
|
A_PORCINE_OF_INTEREST(1690, "A Porcine of Interest"),
|
||||||
GETTING_AHEAD(752, "Getting Ahead"),
|
GETTING_AHEAD(752, "Getting Ahead"),
|
||||||
|
A_KINGDOM_DIVIDED(2971, "A Kingdom Divided"),
|
||||||
|
A_NIGHT_AT_THE_THEATRE(949, "A Night at the Theatre"),
|
||||||
|
|
||||||
//Miniquests
|
//Miniquests
|
||||||
ENTER_THE_ABYSS(319, "Enter the Abyss"),
|
ENTER_THE_ABYSS(319, "Enter the Abyss"),
|
||||||
ARCHITECTURAL_ALLIANCE(320, "Architectural Alliance"),
|
ARCHITECTURAL_ALLIANCE(320, "Architectural Alliance"),
|
||||||
BEAR_YOUR_SOUL(321, "Bear your Soul"),
|
BEAR_YOUR_SOUL(321, "Bear Your Soul"),
|
||||||
ALFRED_GRIMHANDS_BARCRAWL(322, "Alfred Grimhand's Barcrawl"),
|
ALFRED_GRIMHANDS_BARCRAWL(322, "Alfred Grimhand's Barcrawl"),
|
||||||
CURSE_OF_THE_EMPTY_LORD(323, "Curse of the Empty Lord"),
|
CURSE_OF_THE_EMPTY_LORD(323, "Curse of the Empty Lord"),
|
||||||
ENCHANTED_KEY(324, "Enchanted Key"),
|
ENCHANTED_KEY(324, "Enchanted Key"),
|
||||||
|
|||||||
Reference in New Issue
Block a user