View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0036080 | Legion Core | Classes - Demon Hunter - Охотник на демонов | public | 2026-08-26 14:51 | 2026-08-26 14:51 |
| Reporter | GabyxDD | Assigned To | Whatinhell | ||
| Priority | low | Severity | minor | Reproducibility | always |
| Status | assigned | Resolution | open | ||
| Platform | Windows | OS | 10 | OS Version | x64 |
| Summary | 0036080: Lesser Soul Fragments (from Demonic Appetite talent) do not fire a COMBAT_LOG_EVENT_UNFILTERED event when spawning on the ground | ||||
| Description | On retail, when Chaos Strike procs Demonic Appetite (25% chance), a Lesser Soul Fragment spawns on the ground and fires a CLEU SPELL_CAST_SUCCESS event (spell ID 228537 on retail). On this server, no CLEU event is fired when the Lesser Soul Fragment is created. Only the consumption event fires (spell ID 228532, SPELL_HEAL + SPELL_CAST_SUCCESS). Regular (big) Soul Fragments from Shattered Souls (passive, on kill) DO correctly fire a creation event (SPELL_CAST_SUCCESS 204256), so the issue is specific to Lesser Soul Fragments from Demonic Appetite. Expected behavior: Chaos Strike procs Demonic Appetite → Lesser Soul Fragment spawns → SPELL_CAST_SUCCESS fires (spell ID 228537 on retail, or equivalent) Fragment consumed → SPELL_HEAL 228532 fires (this part works correctly) Actual behavior: Chaos Strike procs Demonic Appetite → Lesser Soul Fragment spawns → no CLEU event fired Fragment consumed → SPELL_HEAL 228532 fires (works) | ||||
| Steps To Reproduce | 1. Play Havoc Demon Hunter with Demonic Appetite talent 2. Register COMBAT_LOG_EVENT_UNFILTERED with /run script 3. Use Chaos Strike on a target until Demonic Appetite procs 4. Observe: no SPELL_CAST_SUCCESS event for Lesser Soul Fragment creation 5. Pick up the fragment — only then does SPELL_CAST_SUCCESS 228532 + SPELL_HEAL 228532 fire | ||||
| Additional Information | Big Soul Fragments (Shattered Souls passive, spell ID 204256) fire creation events correctly Consumption events work for both types (228532 for DA, 202644 for Shattered Souls) Also: Soul Fragments buff (spell ID 203981) is only applied on Vengeance spec. On retail, Havoc also receives this buff to track fragment count. Currently UnitAura("player", "Soul Fragments") returns nil on Havoc even with fragments on the ground. | ||||