Fix the willpower bar not disappearing.

This commit is contained in:
sigonasr2 2016-08-14 13:03:02 -05:00
parent 9b3bc4e144
commit 551fd81699
2 changed files with 1 additions and 0 deletions

Binary file not shown.

View File

@ -683,6 +683,7 @@ public class EliteMonster {
public void removeAllHealthbars() {
bar.removeAll();
willpower_bar.removeAll();
}
public String generateDPSReport() {