mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-04-25 22:17:45 +00:00
Marked GCaffiliation as outdated for the time being
This commit is contained in:
parent
322d80ebf8
commit
677f2521d7
2 changed files with 2 additions and 8 deletions
|
@ -93,7 +93,8 @@ namespace Packets {
|
||||||
SetCharacterFCInfo = 0x0114, // updated 4.2
|
SetCharacterFCInfo = 0x0114, // updated 4.2
|
||||||
StatusEffectList = 0x0125, // updated 4.2
|
StatusEffectList = 0x0125, // updated 4.2
|
||||||
Effect = 0x0128, // updated 4.2
|
Effect = 0x0128, // updated 4.2
|
||||||
GCAffiliation = 0x00FC,
|
|
||||||
|
GCAffiliation = 0xCCFC, // OUTDATED
|
||||||
|
|
||||||
PlayerSpawn = 0x015C, // updated 4.2
|
PlayerSpawn = 0x015C, // updated 4.2
|
||||||
NpcSpawn = 0x015D, // updated 4.2
|
NpcSpawn = 0x015D, // updated 4.2
|
||||||
|
|
|
@ -1607,13 +1607,6 @@ void Player::sendZonePackets()
|
||||||
classInfoPacket.data().level1 = getLevel();
|
classInfoPacket.data().level1 = getLevel();
|
||||||
queuePacket( classInfoPacket );
|
queuePacket( classInfoPacket );
|
||||||
|
|
||||||
ZoneChannelPacket< FFXIVGCAffiliation > gcAffPacket( getId() );
|
|
||||||
gcAffPacket.data().gcId = m_gc;
|
|
||||||
gcAffPacket.data().gcRank[0] = m_gcRank[0];
|
|
||||||
gcAffPacket.data().gcRank[1] = m_gcRank[1];
|
|
||||||
gcAffPacket.data().gcRank[2] = m_gcRank[2];
|
|
||||||
queuePacket( gcAffPacket );
|
|
||||||
|
|
||||||
m_itemLevel = getInventory()->calculateEquippedGearItemLevel();
|
m_itemLevel = getInventory()->calculateEquippedGearItemLevel();
|
||||||
sendItemLevel();
|
sendItemLevel();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue