(RoF2) Fixed Leadership AA Purchasing and Recipe Search by correcting opcodes.

This commit is contained in:
Trevius
2014-12-19 02:02:31 -06:00
parent 1261aac036
commit fce52d7186
4 changed files with 18 additions and 16 deletions
+1
View File
@@ -3877,6 +3877,7 @@ namespace RoF2
}
// DECODE methods
DECODE(OP_AdventureMerchantSell)
{
DECODE_LENGTH_EXACT(structs::Adventure_Sell_Struct);
-1
View File
@@ -4,7 +4,6 @@
// incoming packets that require a DECODE translation:
// Begin RoF2 Decodes
// End RoF2 Encodes/Decodes
// These require Encodes/Decodes for RoF, so they do for RoF2 as well