Skip to content

Commit

Permalink
Disable knockback handling until spline issue can be resolve
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhengPeiRu21 committed Apr 6, 2022
1 parent 7e2a87a commit e7c3b47
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/PlayerbotAI.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down Expand Up @@ -703,6 +705,7 @@ void PlayerbotAI::HandleBotOutgoingPacket(WorldPacket const& packet)
//bot->SendHeartBeat();
*/
return;
}
default:
Expand Down

0 comments on commit e7c3b47

Please sign in to comment.