mirror of
https://github.com/Sarjuuk/aowow.git
synced 2025-11-29 15:58:16 +08:00
* TCs guild and arena_team tables as encoded as utf8mb4_general_ci, which is not accent-aware. So we have to get all results and filter for the correct one in php. * fixes an issue where direcly accessing a guild/arena-team whith a name simiar to an already known guild/team would lookup the wrong subject on the server and then fail to create a local stub with already existing key. (Shâdów vs Shadow)