mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-14 11:31:30 +00:00
(RoF/RoF2) Fixed Guild Rank in the Player Profile, which prevents the guild rank message on login/zone.
This commit is contained in:
parent
a7cdb4c0af
commit
b9fab9bc1b
@ -2,6 +2,7 @@ EQEMu Changelog (Started on Sept 24, 2003 15:50)
|
|||||||
-------------------------------------------------------
|
-------------------------------------------------------
|
||||||
== 12/21/2014 ==
|
== 12/21/2014 ==
|
||||||
Trevius: (RoF2) Fixed Extended Targets Window by correcting opcodes.
|
Trevius: (RoF2) Fixed Extended Targets Window by correcting opcodes.
|
||||||
|
Trevius: (RoF/RoF2) Fixed Guild Rank in the Player Profile, which prevents the guild rank message on login/zone.
|
||||||
|
|
||||||
== 12/20/2014 ==
|
== 12/20/2014 ==
|
||||||
Akkadius: Updated #cvs to display RoF2 Client Stream count
|
Akkadius: Updated #cvs to display RoF2 Client Stream count
|
||||||
|
|||||||
@ -2315,7 +2315,7 @@ namespace RoF
|
|||||||
outapp->WriteUInt8(emu->gm);
|
outapp->WriteUInt8(emu->gm);
|
||||||
|
|
||||||
outapp->WriteUInt32(emu->guild_id);
|
outapp->WriteUInt32(emu->guild_id);
|
||||||
outapp->WriteUInt8(0); // Unknown - observed 1 in a live packet.
|
outapp->WriteUInt8(emu->guildrank); // guildrank
|
||||||
outapp->WriteUInt32(0); // Unknown - observed 1 in a live packet.
|
outapp->WriteUInt32(0); // Unknown - observed 1 in a live packet.
|
||||||
outapp->WriteUInt8(0); // Unknown - observed 1 in a live packet.
|
outapp->WriteUInt8(0); // Unknown - observed 1 in a live packet.
|
||||||
outapp->WriteUInt32(0); // Unknown
|
outapp->WriteUInt32(0); // Unknown
|
||||||
|
|||||||
@ -2316,7 +2316,7 @@ namespace RoF2
|
|||||||
outapp->WriteUInt8(emu->gm);
|
outapp->WriteUInt8(emu->gm);
|
||||||
outapp->WriteUInt32(emu->guild_id);
|
outapp->WriteUInt32(emu->guild_id);
|
||||||
|
|
||||||
outapp->WriteUInt8(0); // Unknown
|
outapp->WriteUInt8(emu->guildrank); // guildrank
|
||||||
outapp->WriteUInt32(0); // Unknown
|
outapp->WriteUInt32(0); // Unknown
|
||||||
outapp->WriteUInt8(0); // Unknown
|
outapp->WriteUInt8(0); // Unknown
|
||||||
outapp->WriteUInt32(0); // Unknown
|
outapp->WriteUInt32(0); // Unknown
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user