fix(Core/Unit): Fix root/stun client freeze (#23521)

This commit is contained in:
killerwife
2025-11-03 07:01:09 +01:00
committed by GitHub
parent 3ecd52113c
commit 92c7ba73bf
2 changed files with 8 additions and 3 deletions

View File

@@ -205,9 +205,7 @@ struct boss_volkhan : public BossAI
me->SetOrientation(2.19f);
// and client
WorldPacket data;
me->BuildHeartBeatMsg(&data);
me->SendMessageToSet(&data, false);
me->SendMovementFlagUpdate(false);
me->SetControlled(true, UNIT_STATE_ROOT);
}
else