跳至内容
AzerothCore 中文
用户工具
登录
站点工具
搜索
工具
显示页面
修订记录
反向链接
最近更改
媒体管理器
网站地图
登录
>
最近更改
媒体管理器
网站地图
您的足迹:
数据库:characters数据库:character_social
本页面只读。您可以查看源文件,但不能更改它。如果您觉得这是系统错误,请联系管理员。
====== character_social 表 ====== ---- [[数据库:characters数据库:首页|<-返回:Characters 数据库]] Contains data about character's friends/ignored list. **表结构** ^Field^Type^Attributes^Key^Null^Default^extra^Comment^ |[[#guid|guid]]|INT|UNSIGNED|PRI|NO|0| |Character Global Unique Identifier| |[[#friend|friend]]|INT|UNSIGNED|PRI|NO|0| |Friend Global Unique Identifier| |[[#flags|flags]]|TINYINT|UNSIGNED|PRI|NO|0| |Friend Flags| |[[#note|note]]|VARCHAR(48)|SIGNED| |NO|' '| |Friend Note| ===== 字段说明 ===== ---- ==== guid ==== The character guid. See characters.guid. ==== friend ==== The GUID of the friend/ignored. See characters.guid. ==== flags ==== ^Value^Description^ |0|Unused entry - previously listed as friend or blocked (removed/unblocked)| |1|Added as friend| |2|Added as blocked user| |3|Added as friend, and in ignorelist as well| ==== note ==== Note about the friend (which appears beside the friend's name in friend list in Client). Important note: There can be only 50 friend and 50 ignored characters. If you have problems with friends disappearing, try removing some of them first.
数据库/characters数据库/character_social.txt
· 最后更改: 2023/09/24 11:20 由
admin
页面工具
显示页面
修订记录
反向链接
回到顶部