Skip to content

Commit

Permalink
Merge pull request #1 from Marlamin/master
Browse files Browse the repository at this point in the history
Update enums.js
  • Loading branch information
MaxtorCoder authored Sep 17, 2020
2 parents 371ef28 + 4ce3380 commit 0623bcd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dbc/js/enums.js
Original file line number Diff line number Diff line change
Expand Up @@ -909,6 +909,7 @@ const criteriaType = {
55: 'HEALING_DONE',
56: 'GET_KILLING_BLOWS',
57: 'EQUIP_ITEM',
58: 'QUEST_SORT',
59: 'MONEY_FROM_VENDORS',
60: 'GOLD_SPENT_FOR_TALENTS',
61: 'NUMBER_OF_TALENT_RESETS',
Expand Down Expand Up @@ -2849,6 +2850,7 @@ conditionalFKs.set("criteria.Asset",
['criteria.Type=27','questv2::ID'],
['criteria.Type=29','spell::ID'],
['criteria.Type=36','item::ID'],
['criteria.Type=58','questsort::ID'],
['criteria.Type=165','dungeonencounter::ID'],
]
);
Expand Down

0 comments on commit 0623bcd

Please sign in to comment.