Revert "feature: adding hp notification for boss damage" (#8340)

This commit is contained in:
Alys
2016-12-31 17:31:25 +10:00
committed by GitHub
parent fe7850d10f
commit 91f5c47d9d
6 changed files with 7 additions and 66 deletions

View File

@@ -149,9 +149,6 @@ habitrpg.controller('NotificationCtrl',
case 'LOGIN_INCENTIVE':
Notification.showLoginIncentive(User.user, notification.data, Social.loadWidgets);
break;
case 'BOSS_DAMAGE':
Notification.bossDamage(notification.data.damageTaken);
break;
default:
if (notification.data.headerText && notification.data.bodyText) {
var modalScope = $rootScope.$new();