Merge pull request #4193 from Nightfirecat/center-xp-drop-with-hidden-skill-icon

xp drop plugin: Move text to use hidden icon's space
This commit is contained in:
Adam
2018-07-10 08:55:04 -04:00
committed by GitHub
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),