We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Don't have time to fix them right now and it's probably not very important, but still...
It looks as though many of the toys that are now available from Stolen Present have waypoint data that doesn't reflect this fact.
Example:
["Zhevra Lounge Cushion"] = { cat = CONSTANTS.ITEM_CATEGORIES.HOLIDAY, type = CONSTANTS.ITEM_TYPES.ITEM, isToy = true, method = CONSTANTS.DETECTION_METHODS.USE, name = L["Zhevra Lounge Cushion"], itemId = 116691, items = { 21271, 21270, 116762 }, chance = 4, sourceText = L["Available starting December 25th"], holidayTexture = CONSTANTS.HOLIDAY_TEXTURES.WINTERS_VEIL, questId = { 8788, 8767 }, coords = { { m = 86, x = 49.1, y = 78.2, h = true }, { m = 87, x = 33.4, y = 65.9, a = true } }, },
This part is placing the waypoints in Orgrimmar and Stormwind, respectively (where the Winter Veil gifts are located):
coords = { { m = 86, x = 49.1, y = 78.2, h = true }, { m = 87, x = 33.4, y = 65.9, a = true } },
Now, the question is... was this intentional? Should they have waypoints for both the Stolen Present and this, or just Hillsbrad?
There's currently 22 items using the Abominable Snowman turnin location, which seems correct to me:
coords = { { m = CONSTANTS.UIMAPIDS.HILLSBRAD_FOOTHILLS, x = 43.6, y = 39.6 } },
By contrast, only four items are using Orgrimmar/Stormwind and then a few pets with christmasOnly and zoneOverride flags... 🤔
christmasOnly
zoneOverride
Overall those entries are fairly inconsistent, so not sure if they could all be streamlined?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Don't have time to fix them right now and it's probably not very important, but still...
It looks as though many of the toys that are now available from Stolen Present have waypoint data that doesn't reflect this fact.
Example:
This part is placing the waypoints in Orgrimmar and Stormwind, respectively (where the Winter Veil gifts are located):
Now, the question is... was this intentional? Should they have waypoints for both the Stolen Present and this, or just Hillsbrad?
There's currently 22 items using the Abominable Snowman turnin location, which seems correct to me:
By contrast, only four items are using Orgrimmar/Stormwind and then a few pets with
christmasOnly
andzoneOverride
flags... 🤔Overall those entries are fairly inconsistent, so not sure if they could all be streamlined?
The text was updated successfully, but these errors were encountered: