mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-19 03:45:43 +00:00
fix(Core/Unit): Fix root/stun client freeze (#23521)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user