From db8370547fd64007e9333c938c69f24bf64bae44 Mon Sep 17 00:00:00 2001 From: Urtgard <13890391+Urtgard@users.noreply.github.com> Date: Sat, 3 Feb 2024 18:52:46 +0100 Subject: [PATCH] add Goggle Wobble --- .vscode/settings.json | 5 ++++- DB/Data/Dragonflight.lua | 14 +++++++++++--- 2 files changed, 15 insertions(+), 4 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 98484f6..688c753 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -32,7 +32,10 @@ "GarrisonFollowerOptions", "GameTooltip_ShowCompareItem", "GameTooltip_HideShoppingTooltips", - "BONUS_OBJECTIVE_TIME_LEFT" + "BONUS_OBJECTIVE_TIME_LEFT", + "UIParent", + "SecondsToTime", + "math" ], "Lua.diagnostics.disable": [ "undefined-field" diff --git a/DB/Data/Dragonflight.lua b/DB/Data/Dragonflight.lua index 2a8f30d..0ec51d2 100644 --- a/DB/Data/Dragonflight.lua +++ b/DB/Data/Dragonflight.lua @@ -408,7 +408,16 @@ data.achievements = { criteriaType = "QUEST_SINGLE", criteria = 78370 }, - + { + name = "Goggle Wobble", + id = 19791, + criteriaType = "QUESTS", + criteria = { + 78820, + 78616, + 78931 + } + } } -- Pets @@ -445,6 +454,5 @@ data.toys = { name = "Glutinous Glitterscale Glob", itemID = 205688, quest = { { trackingID = 0, wqID = 75343 } } - }, - + } }