From 57bb8129ad87744c64462157025124bd95b5f831 Mon Sep 17 00:00:00 2001 From: Stifler82 Date: Tue, 25 May 2021 12:17:26 +0100 Subject: Update quest_poi.md (#500) * Update quest_poi.md Further details on the Floor parameter: ### Floor This is the AreaID of the POI. (AreaTable.dbc ID) * Update quest_poi.md Co-authored-by: Kitzunu <24550914+Kitzunu@users.noreply.github.com> --- 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 a0587fa..72d7cfa 100644 --- a/docs/quest_poi.md +++ b/docs/quest_poi.md @@ -52,7 +52,7 @@ The ID from [WorldMapArea.dbc](WorldMapArea). ### Floor -This is the AreaID of the POI. +This is the ID from [AreaTable.dbc](AreaTable.md) of the POI. ### Priority -- cgit