Add Dragonflight 10.2.0 mounts to the database
rdw-software opened this issue ยท 8 comments
Roadmap:
- Review https://www.wowhead.com/ptr-2/items/miscellaneous/mounts?filter=82;3;100200
- Determine which items are relevant (and which are TBD/need more data)
- Add tracking for the relevant mounts
Note: Some of those mounts can also be purchased from a vendor (i.e., they need the corresponding sourceText
).
Partially resolved by #679 - although the other mounts would have to be added separately (using the same event handler).
so the rest of these mounts also drop from the cache but can also be purchased?
According to wowhead data, yeah. I haven't verified this in any way, however. One oddity I've noticed with the other mounts is that the number of seeds is much smaller in those cases, which may indicate they don't drop from all of them? Alternatively, it could just be an issue of low sample size, i.e., wowhead just doesn't have enough data yet because the drop rate is lower.
for these mounts looks like we have to determine if the current dreamseed bloom is from a gigantic dreamseed or instead hopefully the gigantic dreamseed blooms have specific dreamseed caches
#683 new pr 99% resolving this
#683 new pr 99% resolving this
What's the last 1%? If it's related to the GameObject ID, we can probably implement a filtering mechanism based on it?
yeah that but are we sure that the epic seed caches have specific ids?
#683 new pr 99% resolving this
What's the last 1%? If it's related to the GameObject ID, we can probably implement a filtering mechanism based on it?