跳至内容
AzerothCore 中文
用户工具
登录
站点工具
搜索
工具
显示页面
修订记录
反向链接
最近更改
媒体管理器
网站地图
登录
>
最近更改
媒体管理器
网站地图
您的足迹:
数据库:world数据库:achievement_reward
本页面只读。您可以查看源文件,但不能更改它。如果您觉得这是系统错误,请联系管理员。
====== achievement_reward 表 ====== ---- [[数据库:world数据库:首页|<-返回:World 数据库]] This table describes the reward that you will receive when you obtain a given achievement. **表结构** ^Field^Type^Attributes^Key^Null^Default^Extra^Comment^ |[[#ID|ID]]|MEDIUMINT|UNSIGNED|PRI|NO|0| | | |[[#TitleA|TitleA]]|MEDIUMINT|UNSIGNED| |NO|0| | | |[[#TitleH|TitleH]]|MEDIUMINT|UNSIGNED| |NO|0| | | |[[#ItemID|ItemID]]|MEDIUMINT|UNSIGNED| |NO|0| | | |[[#Sender|Sender]]|MEDIUMINT|UNSIGNED| |NO|0| | | |[[#Subject|Subject]]|VARCHAR(255)| | |YES| | | | |[[#Body|Body]]|text| | |YES| | | | |[[#MailTemplateID|MailTemplateID]]|MEDIUMINT|UNSIGNED| |YES|0| | | ===== 字段说明 ===== ---- ==== ID ==== This is the ID of the achievement taken from the DBC Achievement.dbc. ==== TitleA ==== This is the ID of the title for Alliance from CharTitles.dbc if the achievement rewards a title. ==== TitleH ==== This is the ID of the title for Horde from CharTitles.dbc if the achievement rewards a title. ==== ItemID ==== This is the item that that the player will receive if the achievement rewards an item. The player will get this item in a mail. ==== Sender ==== This is the sender of the mail that the player will receive. ==== Subject ==== This is the subject of the mail that the player will receive. ==== Body ==== This is the body (text) of the mail that the player will receive. ==== MailTemplateID ==== Id of the MailTemplate from MailTemplate.dbc of that mail that the player will receive. To use this column, Subject and Body must be empty as they are loaded from the DBC file. ==== Example ==== ID TitleA TitleH ItemID Sender Subject 13 0 0 41426 16128 Level 80 45 0 0 43348 28070 You've Been Around!
数据库/world数据库/achievement_reward.txt
· 最后更改: 2023/09/24 13:46 由
admin
页面工具
显示页面
修订记录
反向链接
回到顶部