Skip to content

Desecrated Chalice (251790) never procs - missing RPPM data #11265

@RGladson

Description

@RGladson

Summary

Desecrated Chalice (item 251790) never procs in simulation. The trinket is supposed to proc "Despair" (spell 1265323), granting Versatility on proc, but the buff never appears in combat logs or buff uptimes.

Root Cause

The item effect (215339) links to spell 1253118, which has a trigger effect (type 42) pointing to the proc buff spell 1265323 ("Despair"). However, there is no corresponding entry in real_ppm_data.inc for spell 1253118 or 1265323, so the generic proc system has no proc rate to roll against and the trinket is effectively a dead slot.

Data present

  • item_data.inc: Item 251790 exists
  • item_effect_ptr.inc: { 215339, 1253118, 251790, 0, 1, 0, -1, -1 }
  • sc_spell_data.inc: Spell 1253118 ("Desecrated Chalice") and proc buff 1265323 ("Despair") both exist with effect data

Data missing

  • real_ppm_data.inc: No entry for spell 1253118 or 1265323

Reproduction

deathknight="Test"
level=90
race=void_elf
spec=blood
trinket1=,id=251790,bonus_id=12786/40
iterations=1
log=1
max_time=60

Search the log output for "Despair" or "Desecrated" — nothing appears. The buff is never applied.

Expected

The trinket should proc Versatility (420 at ilvl 250) with whatever RPPM rate Blizzard has set for it.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions