目录

quest_mail_sender 表


<-返回:World 数据库

表结构

FieldTypeAttributesKeyNullDefaultExtraComment
QuestIdINTUNSIGNEDPRINO0
RewardMailSenderEntryINTUNSIGNED NO0

字段说明


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);