diff --git a/src/world/Actor/Player.cpp b/src/world/Actor/Player.cpp index b88873b5..6c5b0b88 100644 --- a/src/world/Actor/Player.cpp +++ b/src/world/Actor/Player.cpp @@ -1803,15 +1803,6 @@ void Sapphire::Entity::Player::sendZonePackets() queuePacket( unk320 ); } - //this is needed from 5.21, after InitZone and before FinishLoadingHandler - auto classInfoPacket = makeZonePacket< FFXIVIpcUpdateClassInfo >( getId() ); - classInfoPacket->data().classId = static_cast< uint8_t > ( getClass() ); - classInfoPacket->data().level1 = getLevel(); - classInfoPacket->data().level = getLevel(); - classInfoPacket->data().nextLevelIndex = getLevel(); - classInfoPacket->data().currentExp = getExp(); - queuePacket( classInfoPacket ); - // if( getLastPing() == 0 ) // sendQuestInfo();