mirror of
https://github.com/EQEmu/Server.git
synced 2026-02-17 05:32:25 +00:00
Guild Names now display properly in RoF2.
This commit is contained in:
parent
4138e6f82c
commit
5713dc2de1
@ -3781,6 +3781,10 @@ namespace RoF2
|
||||
VARSTRUCT_ENCODE_TYPE(uint8, Buffer, emu->light);
|
||||
VARSTRUCT_ENCODE_TYPE(uint8, Buffer, emu->flymode);
|
||||
|
||||
//VARSTRUCT_ENCODE_TYPE(uint8, Buffer, 100); // LiveUnknown1 12/06/14 (possibly mana percent?)
|
||||
//VARSTRUCT_ENCODE_TYPE(uint8, Buffer, 10); // LiveUnknown2 12/06/14
|
||||
//VARSTRUCT_ENCODE_TYPE(uint8, Buffer, 0); // LiveUnknown3 12/06/14
|
||||
|
||||
VARSTRUCT_ENCODE_STRING(Buffer, emu->lastName);
|
||||
|
||||
VARSTRUCT_ENCODE_TYPE(uint32, Buffer, 0); // aatitle ??
|
||||
|
||||
@ -19,7 +19,7 @@ OP_ApproveWorld=0x7499
|
||||
OP_LogServer=0x7ceb
|
||||
OP_SendCharInfo=0x00d2
|
||||
OP_ExpansionInfo=0x590d
|
||||
OP_GuildsList=0x0000
|
||||
OP_GuildsList=0x507a
|
||||
OP_EnterWorld=0x578f
|
||||
OP_PostEnterWorld=0x6259
|
||||
OP_World_Client_CRC1=0x12cc
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user