View Issue Details

IDProjectCategoryView StatusLast Update
0036080Legion CoreClasses - Demon Hunter - Охотник на демоновpublic2026-08-26 17:58
ReporterGabyxDD Assigned ToWhatinhell  
PrioritylowSeverityminorReproducibilityalways
Status acknowledgedResolutionopen 
PlatformWindowsOS10OS Versionx64
Summary0036080: Lesser Soul Fragments (from Demonic Appetite talent) do not fire a COMBAT_LOG_EVENT_UNFILTERED event when spawning on the ground
DescriptionOn 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 Reproduce1. 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 InformationBig 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.

Activities

Whatinhell

2026-08-26 17:57

administrator   ~0081411

In the current version of WoW, a buff was added to track the number of souls lying on the ground. This is related to the mechanics of abilities that were introduced in the current version, such as Hero Talents. This buff did not exist in Legion. I’ll verify the remaining information.

Issue History

Date Modified Username Field Change
2026-08-26 14:51 GabyxDD New Issue
2026-08-26 14:51 GabyxDD Status new => assigned
2026-08-26 14:51 GabyxDD Assigned To => Whatinhell
2026-08-26 17:57 Whatinhell Note Added: 0081411
2026-08-26 17:58 Whatinhell Status assigned => acknowledged