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/character_queststatus.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/character_queststatus.md')
| -rw-r--r-- | docs/character_queststatus.md | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/docs/character_queststatus.md b/docs/character_queststatus.md new file mode 100644 index 0000000..6851407 --- /dev/null +++ b/docs/character_queststatus.md @@ -0,0 +1,18 @@ +[[Database Structure|Database Structure]] > [[Character-Database|Character-Database]] > [[character_queststatus|character_queststatus]] + +Column | Type | Description +--- | --- | --- +Guid | int(10) unsigned | +Quest | int(10) unsigned | +Status | tinyint(3) unsigned | +Explored | tinyint(3) unsigned | +Timer | int(10) unsigned | +Mobcount1 | smallint(5) unsigned | +Mobcount2 | smallint(5) unsigned | +Mobcount3 | smallint(5) unsigned | +Mobcount4 | smallint(5) unsigned | +Itemcount1 | smallint(5) unsigned | +Itemcount2 | smallint(5) unsigned | +Itemcount3 | smallint(5) unsigned | +Itemcount4 | smallint(5) unsigned | +Playercount | smallint(5) unsigned | |
