数据库:world数据库:quest_mail_sender
quest_mail_sender 表
表结构
Field | Type | Attributes | Key | Null | Default | Extra | Comment |
---|---|---|---|---|---|---|---|
QuestId | INT | UNSIGNED | PRI | NO | 0 | ||
RewardMailSenderEntry | INT | UNSIGNED | NO | 0 |
字段说明
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
DELETE FROM `quest_mail_sender` WHERE `QuestId`=10588 AND `RewardMailSenderEntry`=18166; INSERT INTO `quest_mail_sender` (`QuestId`, `RewardMailSenderEntry`) VALUES (10588, 18166);
数据库/world数据库/quest_mail_sender.txt · 最后更改: 2023/10/03 16:40 由 admin