evtc
evtc copied to clipboard
Guilds that got renamed through costumer support show up with the old name in the detail panel
Hardstuck [Hs] shows up as the old Delusional Elistist [DL]
Link to the log if helpful https://dps.report/8nGa-20210426-153702_sabir
Cannot upload evtc on github.
There isn't much that can be reasonably done about this, you can update the name by going into Data -> API Cache and clicking "Delete the cache".
I assumed the guild names were stored similarly to the character names. I have characters that got renamed and show up with both names so i thought this could happen with guilds as well. Example: if the guild is stored with a specific id for both names, duplicate the id and rename the second one to id-2 and use it for the new guild name, but if it's not possible then the issue can be closed.
They are not, the logs only contain the GUID, in this case it's F786BF28-68B1-EA11-81A8-CD1049069AE5. This GUID does not change when the guild is renamed, and we only look up each GUID once when it's first encountered.
This also means that we store guild names of guilds that get deleted later, which is pretty nice.
It might be reasonable to add a button to refresh API data for a guild to the guild panel.