diff options
| author | Shard <30301841+Shard-MW@users.noreply.github.com> | 2019-04-25 15:28:16 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-04-25 15:28:16 +0200 |
| commit | 86b211bc75ccecaaf39d9f2902c8f096fb57cad4 (patch) | |
| tree | 5deac4f03b2bd4414ce42774e379583eb9850270 /docs | |
| parent | 92100af85c3c97e2fdfdc57bd92e07478eed6e65 (diff) | |
| download | wiki-86b211bc75ccecaaf39d9f2902c8f096fb57cad4.tar.gz wiki-86b211bc75ccecaaf39d9f2902c8f096fb57cad4.tar.bz2 wiki-86b211bc75ccecaaf39d9f2902c8f096fb57cad4.zip | |
Fix description of "WorldMapAreaId" - quest_poi.md
The "WorldMapAreaId" field is related to the ID of the map where you've to show the QUEST_POI that's found in WorldMapAreaId.dbc and not in AreaTable.dbc.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/quest_poi.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/quest_poi.md b/docs/quest_poi.md index 724369f..51972a6 100644 --- a/docs/quest_poi.md +++ b/docs/quest_poi.md @@ -146,7 +146,7 @@ The Map id from Map.dbc ### WorldMapAreaId -The area ID from AreaTable.dbc +The ID from <a href="https://wowdev.wiki/DB/WorldMapArea">WorldMapArea.dbc</a>. ### Floor |
