Fixed OP_AugmentInfo packet processing that I broked'd

This commit is contained in:
Uleat 2014-10-03 02:03:48 -04:00
parent b3d8e22539
commit bb2bed7b00
11 changed files with 18 additions and 30 deletions

View File

@ -1,5 +1,8 @@
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 ==
Uleat: First round of Ti/6.2 translators added - needed for re-enumeration

View File

@ -990,11 +990,6 @@ namespace Client62
FINISH_DIRECT_DECODE();
}
#if 0
// needs to be tested (and OpCode found)
DECODE(OP_AugmentInfo) { DECODE_FORWARD(OP_ReadBook); }
#endif
DECODE(OP_AugmentItem)
{
DECODE_LENGTH_EXACT(structs::AugmentItem_Struct);

View File

@ -34,7 +34,6 @@ E(OP_ZoneSpawns)
// incoming packets that require a DECODE translation:
D(OP_AdventureMerchantSell)
D(OP_ApplyPoison)
//D(OP_AugmentInfo) - needs opcode for conf file update
D(OP_AugmentItem)
D(OP_CastSpell)
D(OP_CharacterCreate)

View File

@ -3099,11 +3099,6 @@ struct GuildMemberUpdate_Struct {
/*72*/ uint32 unknown072;
};
}; //end namespace structs
}; //end namespace Client62

View File

@ -1347,9 +1347,6 @@ namespace Titanium
FINISH_DIRECT_DECODE();
}
// needs to be tested
DECODE(OP_AugmentInfo) { DECODE_FORWARD(OP_ReadBook); }
DECODE(OP_AugmentItem)
{
DECODE_LENGTH_EXACT(structs::AugmentItem_Struct);

View File

@ -47,7 +47,6 @@ E(OP_ZoneSpawns)
// incoming packets that require a DECODE translation:
D(OP_AdventureMerchantSell)
D(OP_ApplyPoison)
D(OP_AugmentInfo)
D(OP_AugmentItem)
D(OP_CastSpell)
D(OP_CharacterCreate)