Skip to content

Commit

Permalink
add Taking From Nature
Browse files Browse the repository at this point in the history
  • Loading branch information
Urtgard committed May 3, 2024
1 parent 7d0e7a5 commit 8cdfde9
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion DB/Data/Dragonflight.lua
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,19 @@ data.achievements = {
76911, -- Concord Observatory
77362 -- Winglord's Perch
}
}
},
{
name = "Taking From Nature",
id = 16553,
criteriaType = "AREA_POI",
criteria = {
{ AreaPoiId = 7086, MapId = 2022 },
{ AreaPoiId = 7266, MapId = 2024 },
{ AreaPoiId = 7270, MapId = 2023 },
{ AreaPoiId = 7271, MapId = 2024 },
{ AreaPoiId = 7272, MapId = 2024 }
}
},
}

-- Pets
Expand Down

0 comments on commit 8cdfde9

Please sign in to comment.