🐛 Fixes bugs
This commit is contained in:
@ -97,7 +97,7 @@ public class AccountController(
|
||||
},
|
||||
expiredAt: SystemClock.Instance.GetCurrentInstant().Plus(Duration.FromDays(7))
|
||||
);
|
||||
spells.NotifyMagicSpell(spell);
|
||||
await spells.NotifyMagicSpell(spell, true);
|
||||
|
||||
return account;
|
||||
}
|
||||
|
Reference in New Issue
Block a user