chore(Core/Player): remove unused AnticheatSetSkipOnePacketForASH() function (#17947)

This commit is contained in:
Tristan 'Natrist' Cormier
2023-12-08 19:09:52 -05:00
committed by GitHub
parent 4d935d6d8a
commit ac676f87ab
9 changed files with 0 additions and 54 deletions

View File

@@ -120,13 +120,9 @@ void WorldSession::SendDoFlight(uint32 mountDisplayId, uint32 path, uint32 pathN
GetPlayer()->Mount(mountDisplayId);
if (Creature* critter = ObjectAccessor::GetCreature(*GetPlayer(), GetPlayer()->GetCritterGUID()))
{
critter->DespawnOrUnsummon();
}
GetPlayer()->GetMotionMaster()->MoveTaxiFlight(path, pathNode);
sScriptMgr->AnticheatSetSkipOnePacketForASH(GetPlayer(), true);
}
bool WorldSession::SendLearnNewTaxiNode(Creature* unit)