Disable knockback handling until spline issue can be resolve

This commit is contained in:
郑佩茹
2022-04-06 08:44:20 -06:00
parent 7e2a87a7ea
commit e7c3b474d3

View File

@@ -638,6 +638,8 @@ void PlayerbotAI::HandleBotOutgoingPacket(WorldPacket const& packet)
}
case SMSG_MOVE_KNOCK_BACK: // handle knockbacks
{
// Peiru: Disable Knockback handling for now until spline crash can be resolved
/*
WorldPacket p(packet);
p.rpos(0);
@@ -703,6 +705,7 @@ void PlayerbotAI::HandleBotOutgoingPacket(WorldPacket const& packet)
//bot->SendHeartBeat();
*/
return;
}
default: