Skip to content

Conversation

@bladezLH
Copy link
Contributor

  • The combat end timer will begin to tick once a unit's hated list is empty. Therefore, we should ensure that the caster is still on the threat list after a successful charm
  • We should potentially restore a unit's threat list from before the charm rather than wiping it and only adding the caster
  • Removed Kel'Thuzad specific MC handling
  • Ensure Kel'Thuzad properly enters combat with the instance

}
else
{
Creature *pCasterCreature = caster ? caster->ToCreature() : nullptr;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You can use ToCreature(caster) here instead.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants