From 86b211bc75ccecaaf39d9f2902c8f096fb57cad4 Mon Sep 17 00:00:00 2001 From: Shard <30301841+Shard-MW@users.noreply.github.com> Date: Thu, 25 Apr 2019 15:28:16 +0200 Subject: 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. --- docs/quest_poi.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') 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 WorldMapArea.dbc. ### Floor -- cgit