Skip to content

Update for new coffers #36

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 9 additions & 3 deletions src/static/itemInheritance.js
Original file line number Diff line number Diff line change
Expand Up @@ -1705,9 +1705,15 @@ export default {
91241: [{id: 83008, count: 1}], // Cardinal Sabir's Coffer
91200: [{id: 83008, count: 1}], // Cardinal Adina's Coffer
91260: [{id: 83008, count: 1}], // Qadim the Peerless's Coffer
103783: [{id: 83008, count: 1}], // Greer's Coffer
103926: [{id: 83008, count: 1}], // Decima's Coffer
103946: [{id: 83008, count: 1}], // Ura's Coffer
103783: [{id: 83008, count: 1}], // Greer's Coffer (old)
104306: [{id: 83008, count: 1}], // Greer's Coffer
104399: [{id: 83008, count: 1}], // Greer's Magnificent Coffer
103926: [{id: 83008, count: 1}], // Decima's Coffer (old)
104410: [{id: 83008, count: 1}], // Decima's Coffer
104246: [{id: 83008, count: 1}], // Decima's Magnificent Coffer
103946: [{id: 83008, count: 1}], // Ura's Coffer (old)
104439: [{id: 83008, count: 1}], // Ura's Coffer
104355: [{id: 83008, count: 1}], // Ura's Magnificent Coffer

// Strike Encounter Containers (CM)
99204: [{id: 83008, count: 1}], // Assault Knights' Magnificent Coffer
Expand Down