add town id where to go after death on player create

master
Gesche il y a 5 ans
Parent 5acbde1f07
révision e7b78f418a

@ -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)

Chargement…
Annuler
Enregistrer