Skip to content

Commit db55930

Browse files
committed
remove duplicate handler
1 parent af1f162 commit db55930

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

WowPacketParserModule.V3_4_0_45166/Parsers/GuildHandler.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1174,7 +1174,6 @@ public static void HandleGuildDeclineInvitation(Packet packet)
11741174
[Parser(Opcode.SMSG_GUILD_EVENT_TAB_ADDED, ClientVersionBuild.V3_4_4_59817)]
11751175
[Parser(Opcode.SMSG_GUILD_MEMBER_DAILY_RESET, ClientVersionBuild.V3_4_4_59817)]
11761176
[Parser(Opcode.CMSG_GUILD_CHALLENGE_UPDATE_REQUEST, ClientVersionBuild.V3_4_4_59817)]
1177-
[Parser(Opcode.CMSG_GUILD_DECLINE_INVITATION, ClientVersionBuild.V3_4_4_59817)]
11781177
[Parser(Opcode.CMSG_GUILD_DELETE, ClientVersionBuild.V3_4_4_59817)]
11791178
[Parser(Opcode.CMSG_GUILD_EVENT_LOG_QUERY, ClientVersionBuild.V3_4_4_59817)]
11801179
[Parser(Opcode.CMSG_GUILD_GET_ROSTER, ClientVersionBuild.V3_4_4_59817)]

0 commit comments

Comments
 (0)