feature: adding hp notification for boss damage (#8249)

* feature: adding hp notification for boss damage. fixes #7749

* Updating boss damage text to 'Damage from Boss' to make it more clear
This commit is contained in:
Travis
2016-12-30 13:29:20 -06:00
committed by Keith Holliday
parent 47d9594679
commit 2a1f52a359
6 changed files with 66 additions and 7 deletions

View File

@@ -16,6 +16,7 @@ const NOTIFICATION_TYPES = [
'GROUP_TASK_APPROVED',
'LOGIN_INCENTIVE',
'GROUP_INVITE_ACCEPTED',
'BOSS_DAMAGE',
'SCORED_TASK',
];