File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed
WowPacketParserModule.V3_4_0_45166/Parsers Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -1270,6 +1270,15 @@ public static void HandleUpdateMissileTrajectory(Packet packet)
1270
1270
Substructures . MovementHandler . ReadMovementStats ( packet , "Status" ) ;
1271
1271
}
1272
1272
1273
+ [ Parser ( Opcode . SMSG_AURA_POINTS_DEPLETED , ClientVersionBuild . V3_4_4_59817 ) ]
1274
+ public static void HandleAuraPointsDepleted ( Packet packet )
1275
+ {
1276
+ packet . ReadPackedGuid128 ( "Unit" ) ;
1277
+ packet . ReadUInt16 ( "Slot" ) ;
1278
+
1279
+ packet . ReadByte ( "EffectIndex" ) ;
1280
+ }
1281
+
1273
1282
[ Parser ( Opcode . SMSG_ON_CANCEL_EXPECTED_RIDE_VEHICLE_AURA , ClientVersionBuild . V3_4_4_59817 ) ]
1274
1283
[ Parser ( Opcode . CMSG_CANCEL_AUTO_REPEAT_SPELL , ClientVersionBuild . V3_4_4_59817 ) ]
1275
1284
[ Parser ( Opcode . CMSG_CANCEL_GROWTH_AURA , ClientVersionBuild . V3_4_4_59817 ) ]
You can’t perform that action at this time.
0 commit comments