opponent info: hide overlay if hp hud is active

This commit is contained in:
Adam
2021-11-09 16:16:44 -05:00
parent 8803034721
commit 7b6074f0f8
2 changed files with 33 additions and 2 deletions

View File

@@ -624,7 +624,14 @@ public enum Varbits
* 2 = popup notification only
* 3 = chat and popup
*/
COLLECTION_LOG_NOTIFICATION(11959);
COLLECTION_LOG_NOTIFICATION(11959),
/**
* Show boss health overlay setting
* 0 = on
* 1 = off
*/
BOSS_HEALTH_OVERLAY(12389);
/**
* The raw varbit ID.