fix(quest): Move party jump to cb

This commit is contained in:
Sabe Jones
2015-07-22 11:52:15 -05:00
parent 0313170921
commit 6d52f842ff
+1 -1
View File
@@ -89,8 +89,8 @@
Analytics.track({'hitType':'event','eventCategory':'behavior','eventAction':'quest','owner':true,'response':'accept','questName':$rootScope.selectedQuest.key});
$rootScope.party.$questAccept({key:$rootScope.selectedQuest.key}, function(){
$rootScope.party.$get();
$rootScope.$state.go('options.social.party');
});
$rootScope.$state.go('options.social.party');
closeQuest();
}