mirror of
https://github.com/YouHaveTrouble/GuildMaster.git
synced 2026-05-12 06:26:59 +00:00
properly pass adventurers to quest missives
This commit is contained in:
@@ -101,14 +101,14 @@ export default defineComponent({
|
||||
quests: {
|
||||
type: Object as PropType<{ [key: string]: Quest }>,
|
||||
default() {
|
||||
return {}
|
||||
return {};
|
||||
},
|
||||
},
|
||||
},
|
||||
data() {
|
||||
return {};
|
||||
},
|
||||
emits: [ 'finalizeQuest' ],
|
||||
emits: [ 'finalizeQuest', 'wipeSave' ],
|
||||
})
|
||||
</script>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user