Make ToB party interface movable
Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
This commit is contained in:
@@ -89,6 +89,7 @@ public class WidgetID
|
||||
public static final int CLUE_SCROLL_REWARD_GROUP_ID = 73;
|
||||
public static final int BARROWS_REWARD_GROUP_ID = 155;
|
||||
public static final int RAIDS_GROUP_ID = 513;
|
||||
public static final int TOB_PARTY_GROUP_ID = 28;
|
||||
public static final int MOTHERLODE_MINE_GROUP_ID = 382;
|
||||
public static final int EXPERIENCE_DROP_GROUP_ID = 122;
|
||||
public static final int PUZZLE_BOX_GROUP_ID = 306;
|
||||
@@ -610,6 +611,11 @@ public class WidgetID
|
||||
static final int POINTS_INFOBOX = 6;
|
||||
}
|
||||
|
||||
static class Tob
|
||||
{
|
||||
static final int PARTY_INTERFACE = 6;
|
||||
}
|
||||
|
||||
static class ExperienceDrop
|
||||
{
|
||||
static final int DROP_1 = 15;
|
||||
|
||||
@@ -408,6 +408,8 @@ public enum WidgetInfo
|
||||
|
||||
RAIDS_POINTS_INFOBOX(WidgetID.RAIDS_GROUP_ID, WidgetID.Raids.POINTS_INFOBOX),
|
||||
|
||||
TOB_PARTY_INTERFACE(WidgetID.TOB_PARTY_GROUP_ID, WidgetID.Tob.PARTY_INTERFACE),
|
||||
|
||||
BLAST_FURNACE_COFFER(WidgetID.BLAST_FURNACE_GROUP_ID, 2),
|
||||
|
||||
PYRAMID_PLUNDER_DATA(WidgetID.PYRAMID_PLUNDER_GROUP_ID, 2),
|
||||
|
||||
Reference in New Issue
Block a user