mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-22 02:04:52 +01:00
Core/Misc: Removed unused packet handler
This commit is contained in:
@@ -985,15 +985,6 @@ void WorldSession::HandleSetRaidDifficultyOpcode(WorldPackets::Misc::SetRaidDiff
|
||||
}
|
||||
}
|
||||
|
||||
void WorldSession::HandleMoveSetCanFlyAckOpcode(WorldPacket& /*recvData*/)
|
||||
{
|
||||
// fly mode on/off
|
||||
MovementInfo movementInfo;
|
||||
_player->ValidateMovementInfo(&movementInfo);
|
||||
|
||||
_player->m_mover->m_movementInfo.flags = movementInfo.GetMovementFlags();
|
||||
}
|
||||
|
||||
void WorldSession::HandleRequestPetInfoOpcode(WorldPacket& /*recvData */)
|
||||
{
|
||||
/*
|
||||
|
||||
@@ -1769,8 +1769,6 @@ extern OpcodeTable opcodeTable;
|
||||
|
||||
#pragma pack(pop)
|
||||
|
||||
void InitOpcodes();
|
||||
|
||||
/// Lookup opcode name for human understandable logging (T = OpcodeClient|OpcodeServer)
|
||||
template<typename T>
|
||||
inline std::string GetOpcodeNameForLogging(T id)
|
||||
|
||||
@@ -1483,7 +1483,6 @@ class WorldSession
|
||||
void HandleFarSightOpcode(WorldPackets::Misc::FarSight& packet);
|
||||
void HandleSetDungeonDifficultyOpcode(WorldPackets::Misc::SetDungeonDifficulty& setDungeonDifficulty);
|
||||
void HandleSetRaidDifficultyOpcode(WorldPackets::Misc::SetRaidDifficulty& setRaidDifficulty);
|
||||
void HandleMoveSetCanFlyAckOpcode(WorldPacket& recvData);
|
||||
void HandleSetTitleOpcode(WorldPackets::Character::SetTitle& packet);
|
||||
void HandleTimeSyncResponse(WorldPackets::Misc::TimeSyncResponse& packet);
|
||||
void HandleWhoIsOpcode(WorldPackets::Who::WhoIsRequest& packet);
|
||||
|
||||
Reference in New Issue
Block a user