add town id where to go after death on player create

master
Gesche před 5 roky
rodič 5acbde1f07
revize 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)

Načítá se…
Zrušit
Uložit