mirror of
https://github.com/liyunfan1223/mod-playerbots.git
synced 2026-02-20 18:10:02 +01:00
Disable knockback handling until spline issue can be resolve
This commit is contained in:
parent
7e2a87a7ea
commit
e7c3b474d3
@ -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:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user