-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: simplify identifying runeforges by solely using bonus IDs (#999)
Add a helper table generated by `importsimc` into the `dbc` module that contains a mapping of runeforge spell IDs to item bonus IDs. Use the `runeforgeBonusId` mapping to get the bonus ID for a runeforge and compare that against the list of bonus IDs for an item to determine if the item has that runeforge.
- Loading branch information
1 parent
e36eb5b
commit 995cf1c
Showing
3 changed files
with
327 additions
and
63 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.