mirror of
https://github.com/mod-playerbots/mod-playerbots.git
synced 2026-02-05 03:43:50 +00:00
Disable knockback handling until spline issue can be resolve
This commit is contained in:
@@ -638,6 +638,8 @@ void PlayerbotAI::HandleBotOutgoingPacket(WorldPacket const& packet)
|
|||||||
}
|
}
|
||||||
case SMSG_MOVE_KNOCK_BACK: // handle knockbacks
|
case SMSG_MOVE_KNOCK_BACK: // handle knockbacks
|
||||||
{
|
{
|
||||||
|
// Peiru: Disable Knockback handling for now until spline crash can be resolved
|
||||||
|
/*
|
||||||
WorldPacket p(packet);
|
WorldPacket p(packet);
|
||||||
p.rpos(0);
|
p.rpos(0);
|
||||||
|
|
||||||
@@ -703,6 +705,7 @@ void PlayerbotAI::HandleBotOutgoingPacket(WorldPacket const& packet)
|
|||||||
|
|
||||||
//bot->SendHeartBeat();
|
//bot->SendHeartBeat();
|
||||||
|
|
||||||
|
*/
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
default:
|
default:
|
||||||
|
|||||||
Reference in New Issue
Block a user