Skip to content

Commit

Permalink
add missing Special Assignments from wago.tools
Browse files Browse the repository at this point in the history
  • Loading branch information
Urtgard committed Oct 27, 2024
1 parent 0b4db14 commit 9e00f82
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions DB/Data/WarWithin.lua
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,16 @@ data.miscellaneous = {
name = "Special Assignment",
criteriaType = "AREA_POI",
criteria = {
{ AreaPoiId = 7828, MapId = 2215 }, -- Special Assignment: Rise of the Colossals
{ AreaPoiId = 7826, MapId = 2214 } -- Special Assignment: When the Deeps Stir
{ AreaPoiID = 7823, MapId = 2248 }, -- Special Assignment: Cinderbee Surge
{ AreaPoiID = 7824, MapId = 2248 }, -- Special Assignment: Titanic Resurgence
{ AreaPoiID = 7825, MapId = 2214 }, -- Special Assignment: Shadows Below
{ AreaPoiID = 7826, MapId = 2214 }, -- Special Assignment: When the Deeps Stir
{ AreaPoiID = 7827, MapId = 2215 }, -- Special Assignment: Lynx Rescue
{ AreaPoiID = 7828, MapId = 2215 }, -- Special Assignment: Rise of the Colossals
{ AreaPoiID = 7829, MapId = 2255 }, -- Special Assignment: Bombs from Behind
{ AreaPoiID = 7830, MapId = 2255 }, -- Special Assignment: A Pound of Cure
{ AreaPoiID = 7886, MapId = 2248 }, -- Special Assignment: Titanic Resurgence
{ AreaPoiID = 7887, MapId = 2248 } -- Special Assignment: Titanic Resurgence
}
},
}

0 comments on commit 9e00f82

Please sign in to comment.