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:
parent
7e36ed54f0
commit
f5cbf58706
1 changed files with 0 additions and 9 deletions
|
@ -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();
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue