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)

正在加载...
取消
保存