bs-community / blessing-skin-plugins

Official plugins for Blessing Skin.
MIT License
79 stars 37 forks source link

[yggdrasil-api] 角色改名(新旧名字仅大小写不同)会导致丢失 uuid #152

Open yushijinhun opened 2 years ago

yushijinhun commented 2 years ago

当新旧名字仅大小写不同时,角色改名操作会导致 uuid 表中对应的记录被删除。数据库为 MySQL。

重现方法:

  1. 创建一个角色 characterA
  2. /api/yggdrasil/api/profiles/minecraft 接口查询 characterA 的 uuid
  3. 将 characterA 改名为 charactera
  4. /api/yggdrasil/api/profiles/minecraft 接口查询 charactera 的 uuid

第 2 和第 4 步查询到的 uuid 不同。