add town id where to go after death on player create

This commit is contained in:
Gesche 2019-01-24 12:28:38 +01:00
parent 5acbde1f07
commit e7b78f418a
1 changed files with 1 additions and 0 deletions

View File

@ -86,6 +86,7 @@ class CreateCharView(LoginRequiredMixin, FormView):
manamax=start_mana,
cap=start_cap,
account_id=account.id,
town_id=rookgaard.id,
)
return super(CreateCharView, self).form_valid(form)