显示页面过去修订反向链接回到顶部 本页面只读。您可以查看源文件,但不能更改它。如果您觉得这是系统错误,请联系管理员。 <!DOCTYPE markdown> # quest\_mail\_sender [<-Back-to:World](database-world.md) **The \`quest\_mail\_sender\` table** **Structure** | Field | Type | Attribute | Key | Null | Default | Extra | Comment | |----------------------------|--------|-----------|-----|------|---------|-------|---------| | [QuestId][1] | INT | UNSIGNED | PRI | NO | 0 | | | | [RewardMailSenderEntry][2] | INT | UNSIGNED | | NO | 0 | | | [1]: #questid [2]: #rewardmailsenderentry **Description of the fields** ### QuestId Is the quest ID, obtained from quest_template ### RewardMailSenderEntry It is the ID of the mail that must be sent to the player once it has been recommended by the quest. ### Example ```sql DELETE FROM `quest_mail_sender` WHERE `QuestId`=10588 AND `RewardMailSenderEntry`=18166; INSERT INTO `quest_mail_sender` (`QuestId`, `RewardMailSenderEntry`) VALUES (10588, 18166); ```   docs-en/quest_mail_sender.md.txt 最后更改: 2024/03/15 19:08由 127.0.0.1