Skip to content

Commit

Permalink
DB: Removed Foot Ball
Browse files Browse the repository at this point in the history
As the comment indicates, this can be purchased from a vendor (for gold). It doesn't seem very useful to track this item, and indeed may be aggravating players if the achievement pops up for a "worthless" collectible instead of one of the more desirable items.

Just noticed this comment while looking through the database, so I figured we might as well remove it.
  • Loading branch information
rdw-software committed Aug 20, 2023
1 parent ecafa7e commit 39dbf11
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 14 deletions.
13 changes: 0 additions & 13 deletions DB/Toys/HolidayEvents.lua
Original file line number Diff line number Diff line change
Expand Up @@ -136,19 +136,6 @@ local holidayEventToys = {
questId = { 6983, 7043 },
coords = { { m = CONSTANTS.UIMAPIDS.HILLSBRAD_FOOTHILLS, x = 43.6, y = 39.6 } },
},
["Foot Ball"] = { -- WHY is this item here? It can be purchased from vendor
cat = CONSTANTS.ITEM_CATEGORIES.HOLIDAY,
type = CONSTANTS.ITEM_TYPES.ITEM,
isToy = true,
method = CONSTANTS.DETECTION_METHODS.USE,
name = L["Foot Ball"],
itemId = 90888,
items = { 116762 },
chance = 50,
holidayTexture = CONSTANTS.HOLIDAY_TEXTURES.WINTERS_VEIL,
questId = { 6983, 7043 },
coords = { { m = CONSTANTS.UIMAPIDS.HILLSBRAD_FOOTHILLS, x = 43.6, y = 39.6 } },
},
["Fuzzy Green Lounge Cushion"] = {
cat = CONSTANTS.ITEM_CATEGORIES.HOLIDAY,
type = CONSTANTS.ITEM_TYPES.ITEM,
Expand Down
1 change: 0 additions & 1 deletion Locales.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1410,7 +1410,6 @@ L["Green Helper Box"] = true
L["Crashin' Thrashin' Flyer Controller"] = true
L["The Pigskin"] = true
L["MiniZep Controller"] = true
L["Foot Ball"] = true
L["Crashin' Thrashin' Racer Controller"] = true
L["Safari Lounge Cushion"] = true
L["Fuzzy Green Lounge Cushion"] = true
Expand Down

0 comments on commit 39dbf11

Please sign in to comment.