v0.3.0c: added a buff icon for bless

This commit is contained in:
Evan Debenham
2015-06-07 14:17:11 -04:00
parent abbdcff9ea
commit e0187cd233
4 changed files with 2 additions and 2 deletions
@@ -14,8 +14,7 @@ public class Bless extends FlavourBuff {
@Override
public int icon() {
//TODO: add icon
return BuffIndicator.FIRE;
return BuffIndicator.BLESS;
}
@Override