File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
WowPacketParserModule.V3_4_0_45166/Parsers Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -622,7 +622,7 @@ public static void HandleGuildRanksUpdate(Packet packet)
622
622
[ Parser ( Opcode . SMSG_OFFER_PETITION_ERROR , ClientVersionBuild . V3_4_4_59817 ) ]
623
623
public static void HandlePetitionError ( Packet packet )
624
624
{
625
- packet . ReadGuid ( "PetitionGUID" ) ;
625
+ packet . ReadPackedGuid128 ( "PetitionGUID" ) ;
626
626
}
627
627
628
628
[ Parser ( Opcode . SMSG_PETITION_ALREADY_SIGNED , ClientVersionBuild . V3_4_4_59817 ) ]
@@ -747,7 +747,7 @@ public static void HandleGuildBankBuyTab(Packet packet)
747
747
[ Parser ( Opcode . CMSG_GUILD_BANK_WITHDRAW_MONEY , ClientVersionBuild . V3_4_4_59817 ) ]
748
748
public static void HandleGuildBankDepositMoney ( Packet packet )
749
749
{
750
- packet . ReadGuid ( "GUID" ) ;
750
+ packet . ReadPackedGuid128 ( "GUID" ) ;
751
751
packet . ReadUInt64 ( "Money" ) ;
752
752
}
753
753
You can’t perform that action at this time.
0 commit comments