Legacy-Players / LegacyPlayersV4

This project is a reboot of https://github.com/Geigerkind/LegacyPlayersV4 by Geigerkind, designed to resolve the scalability issues encountered by previous iterations and ensuring a smoother, richer experience for users.
https://legacyplayers.com/
GNU Affero General Public License v3.0
1 stars 5 forks source link

Handle enchants being returned as None when loading character armory. #21

Closed gwetchen closed 7 months ago

gwetchen commented 7 months ago

When adding up character stats, some enchants return None and cause the thread to panic. This seems to be a cause of some character's armory pages not loading. I think this is caused by unknown, custom twow enchants. This will ignore them but at least load the page again.

gwetchen commented 7 months ago

Accidentally added a commit that fixes aq40 to be recognized as a 40 player instance rather than 20. It's a simple fix though

YamaYAML commented 7 months ago

Cheers!