xp drop plugin: Move text to use hidden icon's space

Closes runelite/runelite#2265
This commit is contained in:
Jordan Atwood
2018-07-05 15:57:16 -07:00
parent 54cce8209e
commit 817a7dd871
2 changed files with 19 additions and 3 deletions

View File

@@ -220,6 +220,11 @@ public enum Varbits
/**
* Experience tracker
*
* EXPERIENCE_TRACKER_POSITION expected values:
* 0 = Right
* 1 = Middle
* 2 = Left
*/
EXPERIENCE_TRACKER_POSITION(4692),
EXPERIENCE_TRACKER_COUNTER(4697),