Added sync on mage fireball spell

This commit is contained in:
kholliday
2015-03-26 00:18:18 -05:00
parent 98220ed0e5
commit 258da77586
2 changed files with 10 additions and 6 deletions

View File

@@ -228,6 +228,7 @@ habitrpg.controller("RootCtrl", ['$scope', '$rootScope', '$location', 'User', '$
case 'party': msg = window.env.t('youCastParty', {spell: spell.text()});break;
}
Notification.text(msg);
User.sync();
});
}