add town id where to go after death on player create

master
Gesche 5 роки тому
джерело 5acbde1f07
коміт 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)

Завантаження…
Відмінити
Зберегти