1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-04-25 14:07:46 +00:00

remove wrong packet. it was PlayerClassInfo.

This commit is contained in:
collett 2020-03-20 17:39:39 +09:00
parent 7e36ed54f0
commit f5cbf58706

View file

@ -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();