Skip to content

Commit

Permalink
woops
Browse files Browse the repository at this point in the history
  • Loading branch information
hatersgit committed Feb 19, 2024
1 parent 4c70e88 commit 6b5e17a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/server/game/Entities/Unit/Unit.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -15079,6 +15079,7 @@ void Unit::RemoveCharmedBy(Unit* charmer)
ASSERT(type != CHARM_TYPE_VEHICLE || (GetTypeId() == TYPEID_UNIT && IsVehicle()));

charmer->SetCharm(this, false);
m_combatManager.RevalidateCombat();

StopAttackingInvalidTarget();

Expand Down

0 comments on commit 6b5e17a

Please sign in to comment.