File tree Expand file tree Collapse file tree
WowPacketParserModule.V10_0_0_46181/Parsers
WowPacketParserModule.V6_0_2_19033/Parsers Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -152,7 +152,7 @@ public static void HandleMultiFloorNewFloor(Packet packet)
152152 public static void HandleEncounterstart ( Packet packet )
153153 {
154154 packet . ReadInt32 ( "DungeonEncounterID" ) ;
155- if ( ClientVersion . AddedInVersion ( ClientVersionBuild . V12_0_1_65818 ) )
155+ if ( ClientVersion . AddedInVersion ( ClientVersionBuild . V12_0_0_65560 ) )
156156 packet . ReadInt16 < DifficultyId > ( "DifficultyID" ) ;
157157 else
158158 packet . ReadInt32 < DifficultyId > ( "DifficultyID" ) ;
Original file line number Diff line number Diff line change @@ -208,7 +208,7 @@ public static void HandleEncounterStart(Packet packet)
208208 public static void HandleEncounterStop ( Packet packet )
209209 {
210210 packet . ReadInt32 ( "EncounterID" ) ;
211- if ( ClientVersion . AddedInVersion ( ClientVersionBuild . V12_0_1_65818 ) )
211+ if ( ClientVersion . AddedInVersion ( ClientVersionBuild . V12_0_0_65560 ) )
212212 packet . ReadInt16 < DifficultyId > ( "DifficultyID" ) ;
213213 else
214214 packet . ReadInt32 < DifficultyId > ( "DifficultyID" ) ;
You can’t perform that action at this time.
0 commit comments