CSC480-18S / Red-Team

Red Team Repository
MIT License
6 stars 19 forks source link

Bonus words not appearing on GameDB #311

Closed cesarbiods closed 6 years ago

cesarbiods commented 6 years ago

When a user plays a bonus word you see the goose flying (laughs hysterically), but the database does not store the special word. This likely means the server backend is not sending the word to be stored as a special in the gameDB, otherwise there is a bug on the DB.

sha224 commented 6 years ago

Just double checked. It looks like GameDB is storing the special words and it also appears in frequentlySpecialPlayedWords field of the Team. Make sure that the Engine is sending it to the database.