Core/Spells: SpellHistory updates
Port From (https://github.com/TrinityCore/TrinityCore/commit/8cc6520b89583d4bf6549b28fa5b7390fc2b0b9d)
This commit is contained in:
@@ -538,10 +538,12 @@ namespace Game.Networking.Packets
|
||||
_worldPacket.WriteUInt32(SpellID);
|
||||
_worldPacket.WriteInt32(DeltaTime);
|
||||
_worldPacket.WriteBit(IsPet);
|
||||
_worldPacket.WriteBit(WithoutCategoryCooldown);
|
||||
_worldPacket.FlushBits();
|
||||
}
|
||||
|
||||
public bool IsPet;
|
||||
public bool WithoutCategoryCooldown;
|
||||
public int DeltaTime;
|
||||
public uint SpellID;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user