fix: herb/ore categorization broken for most v2 zones #7
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix/herb-ore-category-lookup"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Confirmed live in Hellfire Peninsula: SplitByCategory() guesses herb/ore from name keywords (lotus/clover/thorn/bloom, vein) written for the original 5-entry Northrend pool. None of Hellfire's resources (Felweed, Dreaming Glory, Fel Iron Deposit, Adamantite Deposit) match, so both buckets come back empty and it silently falls back to the unsplit pool -- breaking herb/ore alternation for most of the 57 zones from PR #5.
Spec includes the full herb/ore classification for every already-DB-verified entry ID, so this can be a static lookup table instead of another fragile keyword-list patch.
Docs-only -- no code changes in this PR.