mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-12 09:31:30 +00:00
Fixed OP_AugmentInfo packet processing that I broked'd
This commit is contained in:
parent
b3d8e22539
commit
bb2bed7b00
@ -1,5 +1,8 @@
|
|||||||
EQEMu Changelog (Started on Sept 24, 2003 15:50)
|
EQEMu Changelog (Started on Sept 24, 2003 15:50)
|
||||||
-------------------------------------------------------
|
-------------------------------------------------------
|
||||||
|
== 10/03/2014 ==
|
||||||
|
Uleat: Fixed Ti(6.2) OP_AugmentInfo translation that I broke (does not currently need and I mis-read a process)
|
||||||
|
|
||||||
== 10/02/2014 ==
|
== 10/02/2014 ==
|
||||||
Uleat: First round of Ti/6.2 translators added - needed for re-enumeration
|
Uleat: First round of Ti/6.2 translators added - needed for re-enumeration
|
||||||
|
|
||||||
|
|||||||
@ -990,11 +990,6 @@ namespace Client62
|
|||||||
FINISH_DIRECT_DECODE();
|
FINISH_DIRECT_DECODE();
|
||||||
}
|
}
|
||||||
|
|
||||||
#if 0
|
|
||||||
// needs to be tested (and OpCode found)
|
|
||||||
DECODE(OP_AugmentInfo) { DECODE_FORWARD(OP_ReadBook); }
|
|
||||||
#endif
|
|
||||||
|
|
||||||
DECODE(OP_AugmentItem)
|
DECODE(OP_AugmentItem)
|
||||||
{
|
{
|
||||||
DECODE_LENGTH_EXACT(structs::AugmentItem_Struct);
|
DECODE_LENGTH_EXACT(structs::AugmentItem_Struct);
|
||||||
|
|||||||
@ -34,7 +34,6 @@ E(OP_ZoneSpawns)
|
|||||||
// incoming packets that require a DECODE translation:
|
// incoming packets that require a DECODE translation:
|
||||||
D(OP_AdventureMerchantSell)
|
D(OP_AdventureMerchantSell)
|
||||||
D(OP_ApplyPoison)
|
D(OP_ApplyPoison)
|
||||||
//D(OP_AugmentInfo) - needs opcode for conf file update
|
|
||||||
D(OP_AugmentItem)
|
D(OP_AugmentItem)
|
||||||
D(OP_CastSpell)
|
D(OP_CastSpell)
|
||||||
D(OP_CharacterCreate)
|
D(OP_CharacterCreate)
|
||||||
|
|||||||
@ -3099,11 +3099,6 @@ struct GuildMemberUpdate_Struct {
|
|||||||
/*72*/ uint32 unknown072;
|
/*72*/ uint32 unknown072;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
}; //end namespace structs
|
}; //end namespace structs
|
||||||
}; //end namespace Client62
|
}; //end namespace Client62
|
||||||
|
|
||||||
|
|||||||
@ -1347,9 +1347,6 @@ namespace Titanium
|
|||||||
FINISH_DIRECT_DECODE();
|
FINISH_DIRECT_DECODE();
|
||||||
}
|
}
|
||||||
|
|
||||||
// needs to be tested
|
|
||||||
DECODE(OP_AugmentInfo) { DECODE_FORWARD(OP_ReadBook); }
|
|
||||||
|
|
||||||
DECODE(OP_AugmentItem)
|
DECODE(OP_AugmentItem)
|
||||||
{
|
{
|
||||||
DECODE_LENGTH_EXACT(structs::AugmentItem_Struct);
|
DECODE_LENGTH_EXACT(structs::AugmentItem_Struct);
|
||||||
|
|||||||
@ -47,7 +47,6 @@ E(OP_ZoneSpawns)
|
|||||||
// incoming packets that require a DECODE translation:
|
// incoming packets that require a DECODE translation:
|
||||||
D(OP_AdventureMerchantSell)
|
D(OP_AdventureMerchantSell)
|
||||||
D(OP_ApplyPoison)
|
D(OP_ApplyPoison)
|
||||||
D(OP_AugmentInfo)
|
|
||||||
D(OP_AugmentItem)
|
D(OP_AugmentItem)
|
||||||
D(OP_CastSpell)
|
D(OP_CastSpell)
|
||||||
D(OP_CharacterCreate)
|
D(OP_CharacterCreate)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user