diff options
| author | Yehonal <yehonal.azeroth@gmail.com> | 2019-02-17 21:34:28 +0100 |
|---|---|---|
| committer | Yehonal <yehonal.azeroth@gmail.com> | 2019-02-17 21:34:28 +0100 |
| commit | a3d359e1cc4f40328f898653a5cc3b9711a522e6 (patch) | |
| tree | 48d879cbdbf5e78a72ca686912ca4ac361c929c7 /docs/quest_template_addon.md | |
| parent | b781501462339649eac45d9d54f8dbbfb11a32db (diff) | |
| download | wiki-a3d359e1cc4f40328f898653a5cc3b9711a522e6.tar.gz wiki-a3d359e1cc4f40328f898653a5cc3b9711a522e6.tar.bz2 wiki-a3d359e1cc4f40328f898653a5cc3b9711a522e6.zip | |
Import all wiki page from old wiki (links to fix)
Diffstat (limited to 'docs/quest_template_addon.md')
| -rw-r--r-- | docs/quest_template_addon.md | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/docs/quest_template_addon.md b/docs/quest_template_addon.md new file mode 100644 index 0000000..50f3e74 --- /dev/null +++ b/docs/quest_template_addon.md @@ -0,0 +1,21 @@ +[[Database Structure|Database Structure]] > [[World-Database|World-Database]] > [[quest_template_addon|quest_template_addon]] + +Column | Type | Description +--- | --- | --- +ID | mediumint(8) unsigned | +MaxLevel | tinyint(3) unsigned | +AllowableClasses | int(10) unsigned | +SourceSpellID | mediumint(8) unsigned | +PrevQuestID | mediumint(8) | +NextQuestID | mediumint(8) | +ExclusiveGroup | mediumint(8) | +RewardMailTemplateID | mediumint(8) unsigned | +RewardMailDelay | int(10) unsigned | +RequiredSkillID | smallint(5) unsigned | +RequiredSkillPoints | smallint(5) unsigned | +RequiredMinRepFaction | smallint(5) unsigned | +RequiredMaxRepFaction | smallint(5) unsigned | +RequiredMinRepValue | mediumint(8) | +RequiredMaxRepValue | mediumint(8) | +ProvidedItemCount | tinyint(3) unsigned | +SpecialFlags | tinyint(3) unsigned | |
