File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed
WowPacketParserModule.V3_4_0_45166/Parsers Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -1160,6 +1160,13 @@ public static void HandleGuildReputationReactionChanged(Packet packet)
1160
1160
packet . ReadPackedGuid128 ( "MemberGUID" ) ;
1161
1161
}
1162
1162
1163
+ [ Parser ( Opcode . CMSG_GUILD_DECLINE_INVITATION , ClientVersionBuild . V3_4_4_59817 ) ]
1164
+ public static void HandleGuildDeclineInvitation ( Packet packet )
1165
+ {
1166
+ packet . ReadPackedGuid128 ( "GuildGUID" ) ;
1167
+ packet . ReadBit ( "AutoDeclined" ) ; // PlayerFlag 0x8000000
1168
+ }
1169
+
1163
1170
[ Parser ( Opcode . CMSG_GUILD_BANK_REMAINING_WITHDRAW_MONEY_QUERY , ClientVersionBuild . V3_4_4_59817 ) ]
1164
1171
[ Parser ( Opcode . SMSG_GUILD_EVENT_BANK_CONTENTS_CHANGED , ClientVersionBuild . V3_4_4_59817 ) ]
1165
1172
[ Parser ( Opcode . SMSG_GUILD_EVENT_DISBANDED , ClientVersionBuild . V3_4_4_59817 ) ]
You can’t perform that action at this time.
0 commit comments