mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
Core/PacketIO: Fixed CMSG_CAST_SPELL/CMSG_PET_CAST_SPELL/CMSG_USE_ITEM/CMSG_USE_TOY structure
This commit is contained in:
@@ -236,7 +236,7 @@ ByteBuffer& operator>>(ByteBuffer& buffer, SpellCastRequest& request)
|
||||
for (SpellExtraCurrencyCost& optionalCurrency : request.OptionalCurrencies)
|
||||
buffer >> optionalCurrency;
|
||||
|
||||
buffer >> Bits<5>(request.SendCastFlags);
|
||||
buffer >> Bits<6>(request.SendCastFlags);
|
||||
buffer >> OptionalInit(request.MoveUpdate);
|
||||
buffer >> BitsSize<2>(request.Weight);
|
||||
buffer >> OptionalInit(request.CraftingOrderID);
|
||||
|
||||
Reference in New Issue
Block a user