Skip to content
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

[UI] Add notice to BOE 391 bracers #1023

Merged
merged 1 commit into from
Sep 17, 2024
Merged
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
18 changes: 18 additions & 0 deletions ui/core/constants/item_notices.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,24 @@ const NON_EXISTING_ITEMS = [
71400,
// Belt of the Seven Seals - 391
71398,
// Gigantiform Bracers, - 391
71584,
// Bracers of Forked Lightning, - 391
71570,
// Bracers of Misting Ash, - 391
71582,
// Flamebinder Bracers, - 391
71569,
// Firesoul Wristguards, - 391
71572,
// Emberflame Bracers, - 391
71571,
// Bracers of Regal Force, - 391
71585,
// Smolderskull Bindings, - 391
71581,
// Bracers of Imperious Truths - 391
71583,
];

export const ITEM_NOTICES = new Map<number, ItemNoticeData>([
Expand Down
Loading