Skip to content

Commit

Permalink
Merge pull request wowsims#3211 from wowsims/fixes
Browse files Browse the repository at this point in the history
Update DB from wowhead
  • Loading branch information
jimmyt857 authored Jun 24, 2023
2 parents d8ffdb0 + b521f29 commit d94071d
Show file tree
Hide file tree
Showing 7 changed files with 10,506 additions and 10,413 deletions.
Binary file modified assets/database/db.bin
Binary file not shown.
1,752 changes: 876 additions & 876 deletions assets/database/db.json

Large diffs are not rendered by default.

Binary file modified assets/database/leftover_db.bin
Binary file not shown.
538 changes: 269 additions & 269 deletions assets/database/leftover_db.json

Large diffs are not rendered by default.

7,676 changes: 3,885 additions & 3,791 deletions assets/db_inputs/wowhead_gearplannerdb.txt

Large diffs are not rendered by default.

10,952 changes: 5,476 additions & 5,476 deletions assets/db_inputs/wowhead_item_tooltips.csv

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion tools/database/gen_db/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ func main() {
db.MergeGem(response.ToGemProto())
}
}

for _, wowheadItem := range wowheadDB.Items {
item := wowheadItem.ToProto()
if _, ok := db.Items[item.Id]; ok {
Expand Down

0 comments on commit d94071d

Please sign in to comment.