Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Classes and races are appended to lists every time a new game is created #196

Closed
Cellmer opened this issue May 7, 2023 · 0 comments
Closed
Assignees

Comments

@Cellmer
Copy link
Contributor

Cellmer commented May 7, 2023

Za każdym razem gdy zaczyna się tworzenie postaci, wywoływana jest funkcja load_character_creation_json_data(), przez co po drugim utworzeniu gry w liście dostępnych klas będzie 6 elementów, bo każdy będzie zdublowany itd. (jak na screenie poniżej). Powoduje to błąd przy tworzeniu postaci, przy drugiej grze.
image

Należy powiązać klasy i rasy z daną kampanią oraz wczytywać je tylko w przypadku gdy nie były juz wczytane wcześniej.

@Cellmer Cellmer self-assigned this May 7, 2023
@Cellmer Cellmer closed this as completed in e2f8eaf May 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant