mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-18 07:07:35 +01:00
Client sept 12 (#9032)
* Removed load all members from challengs * Fixed chalenge member modal loading * Fixed party setting * Fixed chat showing * Fixed armoire drops * Ignored lint issue * Fixed buying old armoir items * Fixed hatching * Fixed pending damage
This commit is contained in:
@@ -218,7 +218,7 @@ export default {
|
||||
const response = await this.$store.dispatch('guilds:inviteToQuest', {groupId: this.group._id, key});
|
||||
const quest = response.data.data;
|
||||
|
||||
this.$store.party.quest = quest;
|
||||
this.$store.party.data.quest = quest;
|
||||
this.$root.$emit('hide::modal', 'start-quest-modal');
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user