core
core copied to clipboard
Event: combatantAdded missed hook
combatantAdded
event needs to be added to the initiateCombat()
as it is not calling addCombatant()
directly. There is no way to find the initial target otherewise as the combatStart
event occurs before a target is added to the combatant list.