Skip to content

Commit

Permalink
Merge pull request #1248 from wowsims/fix/remove-vplc-notice
Browse files Browse the repository at this point in the history
Remove remaining VPLC notice
  • Loading branch information
1337LutZ authored Dec 4, 2024
2 parents f52408b + 011ce6b commit 8e8076c
Showing 1 changed file with 0 additions and 36 deletions.
36 changes: 0 additions & 36 deletions ui/core/constants/item_notices.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,6 @@ export const MISSING_RANDOM_SUFFIX_WARNING = <p className="mb-0">Please select a
</>
);*/

const VPLC_IMPLEMENTATION_WARNING = (
<>
<p>
Current proc rate is <span className="fw-bold">50%</span> confirmed on PTR.
</p>
<p>Scales with: 3% Damage buff & 8% Spell Damage debuff.</p>
<WantToHelpMessage />
</>
);

const DTR_FIRST_IMPLEMENTATION_WARNING = (
<>
<p className="fw-bold">This item was implemented based on the first round of testing on PTR.</p>
Expand Down Expand Up @@ -138,32 +128,6 @@ export const ITEM_NOTICES = new Map<number, ItemNoticeData>([
[Spec.SpecDestructionWarlock]: DTR_FIRST_IMPLEMENTATION_WARNING,
},
],
[
// VPLC - Normal
68925,
{
[Spec.SpecUnknown]: VPLC_IMPLEMENTATION_WARNING,
[Spec.SpecArcaneMage]: false,
[Spec.SpecFireMage]: false,
[Spec.SpecDemonologyWarlock]: false,
[Spec.SpecAfflictionWarlock]: false,
[Spec.SpecDestructionWarlock]: false,
[Spec.SpecShadowPriest]: false,
},
],
[
// VPLC - Heroic
69110,
{
[Spec.SpecUnknown]: VPLC_IMPLEMENTATION_WARNING,
[Spec.SpecArcaneMage]: false,
[Spec.SpecFireMage]: false,
[Spec.SpecDemonologyWarlock]: false,
[Spec.SpecAfflictionWarlock]: false,
[Spec.SpecDestructionWarlock]: false,
[Spec.SpecShadowPriest]: false,
},
],
]);

export const GENERIC_MISSING_SET_BONUS_NOTICE_DATA = new Map<number, string>([
Expand Down

0 comments on commit 8e8076c

Please sign in to comment.