跳至内容
AzerothCore 中文
用户工具
登录
站点工具
搜索
工具
显示页面
修订记录
反向链接
最近更改
媒体管理器
网站地图
登录
>
最近更改
媒体管理器
网站地图
您的足迹:
数据库:world数据库:achievement_reward_locale
本页面只读。您可以查看源文件,但不能更改它。如果您觉得这是系统错误,请联系管理员。
====== achievement_reward_locale 表 ====== ---- [[数据库:world数据库:首页|<-返回:World 数据库]] It is the table that stores the translations of the table achievement_reward, so that the game client can display the messages in different languages. **表结构** ^Field^Type^Attributes^Key^Null^Default^Extra^Comment^ |[[#ID|ID]]|MEDIUMINT|UNSIGNED|PRI|NO|0| | | |[[#Locale|Locale]]|VARCHAR(4)| |PRI|NO| | | | |[[#Subject|Subject]]|text| | |YES| | | | |[[#Text|Text]]|text| | |YES| | | | ===== 字段说明 ===== ---- ==== ID ==== It is the ID of the achievement obtained from achievement_reward ==== Locale ==== This is the language of the gaming client. ^ID^Language^ |0|enUS| |1|koKR| |2|frFR| |3|deDE| |4|zhCN| |5|zhTW| |6|esES| |7|esMX| |8|ruRU| ==== Subject ==== It is the text of the column Subject of the table achievement_reward ==== Text ==== It is the text of the column Body of the table achievement_reward ==== Example ==== <code> DELETE FROM `achievement_reward_locale` WHERE `ID`=13 AND `Locale`="esES"; INSERT INTO `achievement_reward_locale` (`ID`, `Locale`, `Subject`, `Text`) VALUES (13, "esES", "Nivel 80", "Alcanza el nivel 80."); </code>
数据库/world数据库/achievement_reward_locale.txt
· 最后更改: 2023/09/24 13:49 由
admin
页面工具
显示页面
修订记录
反向链接
回到顶部