varbits: remove twisted league (#2249)

* varbits: remove twisted league

varbits: remove twisted league

* Update Varbits.java
This commit is contained in:
Kyle
2020-01-16 12:10:35 +00:00
committed by GitHub
parent 59c68aedf0
commit 4df88288d9

View File

@@ -705,15 +705,6 @@ public enum Varbits
IN_PVP_AREA(8121), IN_PVP_AREA(8121),
/**
* Twisted league
*/
TWISTED_LEAGUE_RELIC_1(10049),
TWISTED_LEAGUE_RELIC_2(10050),
TWISTED_LEAGUE_RELIC_3(10051),
TWISTED_LEAGUE_RELIC_4(10052),
TWISTED_LEAGUE_RELIC_5(10053),
/** /**
* Value of hotkey varbits can be 0-13 * Value of hotkey varbits can be 0-13
* 0 corresponds to no hotkey set * 0 corresponds to no hotkey set
@@ -739,4 +730,4 @@ public enum Varbits
* The raw varbit ID. * The raw varbit ID.
*/ */
private final int id; private final int id;
} }