add town id where to go after death on player create
This commit is contained in:
parent
5acbde1f07
commit
e7b78f418a
|
@ -86,6 +86,7 @@ class CreateCharView(LoginRequiredMixin, FormView):
|
||||||
manamax=start_mana,
|
manamax=start_mana,
|
||||||
cap=start_cap,
|
cap=start_cap,
|
||||||
account_id=account.id,
|
account_id=account.id,
|
||||||
|
town_id=rookgaard.id,
|
||||||
)
|
)
|
||||||
return super(CreateCharView, self).form_valid(form)
|
return super(CreateCharView, self).form_valid(form)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue