Merge remote-tracking branch 'runelite/master' into aaaaaaaaaaaaaaaaaaaaaaaaaaa

This commit is contained in:
ThatGamerBlue
2020-09-19 16:24:07 +01:00
6 changed files with 126 additions and 3 deletions
@@ -13262,5 +13262,6 @@ public final class NullItemID
public static final int NULL_24881 = 24881;
public static final int NULL_24883 = 24883;
public static final int NULL_24943 = 24943;
public static final int NULL_24945 = 24945;
/* This file is automatically generated. Do not edit. */
}
@@ -20622,5 +20622,7 @@ public final class ObjectID
public static final int DOOR_40325 = 40325;
public static final int ROPE_40330 = 40330;
public static final int BLOCKAGE_40331 = 40331;
public static final int CRUMBLING_WALL_40355 = 40355;
public static final int ROCKS_40356 = 40356;
/* This file is automatically generated. Do not edit. */
}
@@ -178,6 +178,7 @@ public enum Quest
SONG_OF_THE_ELVES(603, "Song of the Elves"),
THE_FREMENNIK_EXILES(718, "The Fremennik Exiles"),
SINS_OF_THE_FATHER(1276, "Sins of the Father"),
A_PORCINE_OF_INTEREST(1690, "A Porcine of Interest"),
//Miniquests
ENTER_THE_ABYSS(319, "Enter the Abyss"),
@@ -192,7 +193,8 @@ public enum Quest
LAIR_OF_TARN_RAZORLOR(328, "Lair of Tarn Razorlor"),
FAMILY_PEST(329, "Family Pest"),
THE_MAGE_ARENA_II(330, "The Mage Arena II"),
IN_SEARCH_OF_KNOWLEDGE(602, "In Search of Knowledge");
IN_SEARCH_OF_KNOWLEDGE(602, "In Search of Knowledge"),
DADDYS_HOME(1688, "Daddy's Home");
@Getter
private final int id;