Skip to content

Commit

Permalink
Exclude new icon discovery submissions through 3/7/2022 (pending inve…
Browse files Browse the repository at this point in the history
…stigation, no need for more submissions on these)

Version bump
Change expiry back to 14 days as discoveries should be stable by now
  • Loading branch information
TomCats committed Mar 8, 2022
1 parent 3832af3 commit a04534e
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 3 deletions.
2 changes: 1 addition & 1 deletion addon.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version = 2.4.3
version = 2.4.4
2 changes: 1 addition & 1 deletion addonSrc/retail/TomCats.toc
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
## SavedVariablesPerCharacter: TomCats_Character
## X-Category: Achievements, Map, Miscellaneous
## X-Localizations: enUS, enGB, deDE, esES, esMX, frFR, itIT, koKR, ptBR, ptPT, ruRU, zhCN, zhTW
## X-TomCats-Expiry: @expiry7days@
## X-TomCats-Expiry: @expiry14days@

constants.lua
slashcommands.lua
Expand Down
23 changes: 22 additions & 1 deletion addonSrc/retail/discoveries.lua
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,6 @@ do
["PortalRed"] = true, -- chaotic riftstone (maw)
["PortalBlue"] = true, -- animaflow teleporter (maw)
["poi-soulspiritghost"] = true, -- souls in the maw
-- ["VignetteKillElite"] = true,
["Profession"] = true, -- Soulsteel Anvil in the maw
["poi-graveyard-neutral"] = true, -- player's corpse location in the maw
["TeleportationNetwork-32x32"] = true, -- from discord dump
Expand All @@ -329,6 +328,28 @@ do
["EmberCourt-32x32"] = true, -- from discord dump
["Embercourt-Guest-PlagueDeviserMarileth"] = true, -- from discord dump
["Tormentors-Boss"] = true,

-- Discovered icons as of 3/7/2022
["mechagon-projects"] = true, -- Cypher Console mapID=1970 vignetteID=5000
["poi-scrapper"] = true, -- Enhancement Console mapID=1970 vignetteID=5020
["TeleportationNetwork-32x32"] = true, -- Gateway to Hero's Rest mapID=1533 vignetteID=4578
["QuestObjective"] = true, -- Duelmaster Rowyn mapID=1525 vignetteID=4159
["poi-workorders"] = true, -- Night Fae Enhancements Available mapID=1565 vignetteID=4469
["Object"] = true, -- Осадок стигии mapID=1543 vignetteID=4722
--["VignetteLootElite"] = true, -- Свиток веков mapID=1533 vignetteID=4003
--["poi-workorders"] = true, -- Venthyr Enhancements Available mapID=1525 vignetteID=4466
--["poi-workorders"] = true, -- Kyrian Enhancements Available mapID=1533 vignetteID=4468
--["poi-workorders"] = true, -- Améliorations des nécro-seigneurs disponibles mapID=1536 vignetteID=4467
--["VignetteLootElite"] = true, -- Black Empire Coffer mapID=1530 vignetteID=3851
--["TeleportationNetwork-32x32"] = true, -- Gateway to Hero's Rest mapID=1533 vignetteID=4583
["Warfronts-BaseMapIcons-Empty-Workshop-Minimap-small"] = true, -- Цепкий отросток mapID=1536 vignetteID=4581
["SmallQuestBang"] = true, -- The Accuser mapID=1525 vignetteID=4600
["Object"] = true, -- Hunt: Death Elementals mapID=1543 vignetteID=4555
["WarMode-Broker-32x32"] = true, -- Alascène mapID=1565 vignetteID=4628
["Embercourt-Guest-HuntCaptainKorayn"] = true, -- Hunt-Captain Korayn mapID=1525 vignetteID=4417
["EmberCourt-32x32"] = true, -- Altar of Accomplishment mapID=1525 vignetteID=4669
["Embercourt-Guest-GrandmasterVole"] = true, -- Grandmaster Vole mapID=1525 vignetteID=4420
["Embercourt-Guest-PlagueDeviserMarileth"] = true, -- Plague Deviser Marileth mapID=1525 vignetteID=4422
}
-- found in Zereth Mortis
tmp1 = {
Expand Down

0 comments on commit a04534e

Please sign in to comment.