itemcharges: Add explorer's ring alchemy charge overlay. (#8867)
This commit is contained in:
@@ -487,7 +487,15 @@ public enum Varbits
|
||||
/**
|
||||
* The active tab within the quest interface
|
||||
*/
|
||||
QUEST_TAB(8168);
|
||||
QUEST_TAB(8168),
|
||||
|
||||
/**
|
||||
* Explorer ring
|
||||
*/
|
||||
EXPLORER_RING_ALCHTYPE(5398),
|
||||
EXPLORER_RING_TELEPORTS(4552),
|
||||
EXPLORER_RING_ALCHS(4554),
|
||||
EXPLORER_RING_RUNENERGY(4553);
|
||||
|
||||
/**
|
||||
* The raw varbit ID.
|
||||
|
||||
Reference in New Issue
Block a user