Skip to content

Commit 7c1ff85

Browse files
author
Raknar
committed
Remove comments
1 parent d6fb333 commit 7c1ff85

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

  • WowPacketParser/Enums/Version/V5_5_3_64802

WowPacketParser/Enums/Version/V5_5_3_64802/Opcodes.cs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -915,7 +915,7 @@ public static BiDictionary<Opcode, int> Opcodes(Direction direction)
915915
{ Opcode.SMSG_PET_BATTLE_MAX_GAME_LENGTH_WARNING, 0x3A00A1 },
916916
{ Opcode.SMSG_START_ELAPSED_TIMER, 0x3A00A2 },
917917
{ Opcode.SMSG_STOP_ELAPSED_TIMER, 0x3A00A3 },
918-
{ Opcode.SMSG_START_ELAPSED_TIMERS, 0x3A00A4 }, // ok
918+
{ Opcode.SMSG_START_ELAPSED_TIMERS, 0x3A00A4 }, //
919919
{ Opcode.SMSG_CHALLENGE_MODE_START, 0x3A00A5 }, // NYI
920920
{ Opcode.SMSG_CHALLENGE_MODE_UPDATE_DEATH_COUNT, 0x3A00A6 },
921921
{ Opcode.SMSG_CHALLENGE_MODE_RESET, 0x3A00A7 },
@@ -927,7 +927,7 @@ public static BiDictionary<Opcode, int> Opcodes(Direction direction)
927927
{ Opcode.SMSG_CHALLENGE_MODE_REQUEST_LEADERS_RESULT, 0x3A00AF },
928928
{ Opcode.SMSG_MYTHIC_PLUS_NEW_WEEK_RECORD, 0x3A00B1 },
929929
{ Opcode.SMSG_RESPEC_WIPE_CONFIRM, 0x3A00B2 },
930-
{ Opcode.SMSG_LOOT_RESPONSE, 0x3A00B5 }, // tutaj +1 blad
930+
{ Opcode.SMSG_LOOT_RESPONSE, 0x3A00B5 }, //
931931
{ Opcode.SMSG_LOOT_REMOVED, 0x3A00B6 },
932932
{ Opcode.SMSG_COIN_REMOVED, 0x3A00B7 },
933933
{ Opcode.SMSG_AE_LOOT_TARGETS, 0x3A00B8 },
@@ -1361,7 +1361,6 @@ public static BiDictionary<Opcode, int> Opcodes(Direction direction)
13611361
{ Opcode.SMSG_CURRENCY_TRANSFER_LOG, 0x3A0342 }, // NYI
13621362
{ Opcode.SMSG_ACCOUNT_CONVERSION_STATE_UPDATE, 0x3A0345 }, // NYI
13631363
{ Opcode.SMSG_ACCOUNT_ITEM_COLLECTION_DATA, 0x3A0346 },
1364-
{ Opcode.SMSG_SHOP_UNK, 0x3A034D },
13651364

13661365
{ Opcode.SMSG_CHAT_IGNORED_ACCOUNT_MUTED, 0x3F0000 },
13671366
{ Opcode.SMSG_CHAT, 0x3F0001 },

0 commit comments

Comments
 (0)