====== character_queststatus_seasonal 表 ====== ---- [[数据库:characters数据库:首页|<-返回:Characters 数据库]] Holds information on the seasonal quest (quests with ZoneOrSort of -22) status of every player. The quests reset at the end of the corresponding eventEntry. **表结构** ^Field^Type^Attributes^Key^Null^Default^extra^Comment^ |[[#guid|guid]]|INT|UNSIGNED|PRI|NO|0| |Global Unique Identifier| |[[#quest|quest]]|INT|UNSIGNED|PRI|NO|0| |Quest Identifier| |[[#event|event]]|INT|UNSIGNED| |NO|0| |Event Identifier| ===== 字段说明 ===== ---- ==== guid ==== The character guid. See characters.guid. ==== quest ==== The quest ID of the rewarded quest. See quest_template.id. ==== event ==== The eventEntry of the game event that the seasonal quest belongs to.