summaryrefslogtreecommitdiff
path: root/docs/game_event_seasonal_questrelation.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/game_event_seasonal_questrelation.md')
-rw-r--r--docs/game_event_seasonal_questrelation.md68
1 files changed, 63 insertions, 5 deletions
diff --git a/docs/game_event_seasonal_questrelation.md b/docs/game_event_seasonal_questrelation.md
index 269908c..76d59bf 100644
--- a/docs/game_event_seasonal_questrelation.md
+++ b/docs/game_event_seasonal_questrelation.md
@@ -1,6 +1,64 @@
-[Database Structure](Database-Structure) > [World-Database](World-Database) > [game_event_seasonal_questrelation](game_event_seasonal_questrelation)
+# game\_event\_seasonal\_questrelation
-Column | Type | Description
---- | --- | ---
-QuestId | int(10) unsigned |
-EventEntry | mediumint(8) unsigned |
+`Back-to:World`
+
+**The \`game\_event\_seasonal\_questrelation\` table**
+
+Holds information on the game event seasonal quest relations to allow for resetting of quests with ZoneOrSort of -22.
+
+**Structure**
+
+<table>
+<colgroup>
+<col width="12%" />
+<col width="12%" />
+<col width="12%" />
+<col width="12%" />
+<col width="12%" />
+<col width="12%" />
+<col width="12%" />
+<col width="12%" />
+</colgroup>
+<tbody>
+<tr class="odd">
+<td><p><strong>Field</strong></p></td>
+<td><p><strong>Type</strong></p></td>
+<td><p><strong>Attributes</strong></p></td>
+<td><p><strong>Key</strong></p></td>
+<td><p><strong>Null</strong></p></td>
+<td><p><strong>Default</strong></p></td>
+<td><p><strong>Extra</strong></p></td>
+<td><p><strong>Comment</strong></p></td>
+</tr>
+<tr class="even">
+<td><p><a href="#game_event_seasonal_questrelation-questId">questId</a></p></td>
+<td><p>int(10)</p></td>
+<td><p>unsigned</p></td>
+<td><p>PRI</p></td>
+<td><p>NO</p></td>
+<td><p>0</p></td>
+<td><p> </p></td>
+<td><p>Quest Identifier</p></td>
+</tr>
+<tr class="odd">
+<td><p><a href="#game_event_seasonal_questrelation-eventEntry">eventEntry</a></p></td>
+<td><p>mediumint(10)</p></td>
+<td><p>unsigned</p></td>
+<td><p>PRI</p></td>
+<td><p>NO</p></td>
+<td><p>0</p></td>
+<td><p> </p></td>
+<td><p>Entry of the game event</p></td>
+</tr>
+</tbody>
+</table>
+
+**Description of the fields**
+
+### quest
+
+The id of the quest.
+
+### event
+
+The eventEntry of the game event that the seasonal quest belongs to.