Closed SabreValkyrn closed 2 years ago
Foundation added in #22
Nice, I'll get the reviewed data over to you soon!
Will be released with v1.2.0
So 1.13.0/1 had spellID in combat log, then 1.13.2 removed it. https://wowpedia.fandom.com/wiki/Patch_1.13.2/API_changes
The Combat Log no longer has access to Spell IDs, they are always returned as 0, since they were only added to the combat log in patch 2.4
UNIT_SPELLCAST_*
events only fire for the player.
https://wowpedia.fandom.com/wiki/COMBAT_LOG_EVENT
Spell IDs are always 0 on classic_era.
Trimmed functionality for SoM, using https://wowpedia.fandom.com/wiki/UNIT_SPELLCAST_SUCCEEDED #27