Skip to content

Commit

Permalink
add Goggle Wobble
Browse files Browse the repository at this point in the history
  • Loading branch information
Urtgard committed Feb 3, 2024
1 parent ebb207a commit db83705
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 4 deletions.
5 changes: 4 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
14 changes: 11 additions & 3 deletions DB/Data/Dragonflight.lua
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,16 @@ data.achievements = {
criteriaType = "QUEST_SINGLE",
criteria = 78370
},

{
name = "Goggle Wobble",
id = 19791,
criteriaType = "QUESTS",
criteria = {
78820,
78616,
78931
}
}
}

-- Pets
Expand Down Expand Up @@ -445,6 +454,5 @@ data.toys = {
name = "Glutinous Glitterscale Glob",
itemID = 205688,
quest = { { trackingID = 0, wqID = 75343 } }
},

}
}

0 comments on commit db83705

Please sign in to comment.