fix(skill casting): pass empty req on client, fixes #12839

This commit is contained in:
Matteo Pagliazzi
2020-12-06 00:01:34 +01:00
parent bc181819f4
commit 5d6583936d
+1 -1
View File
@@ -114,7 +114,7 @@ export default {
// the selected member doesn't have the flags property which sets `cardReceived`
if (spell.pinType !== 'card') {
try {
spell.cast(this.user, target);
spell.cast(this.user, target, {});
} catch (e) {
if (!e.request) {
this.$store.dispatch('snackbars:add', {