mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
And a typo fix ☕
This commit is contained in:
@@ -346,7 +346,7 @@ ByteBuffer& operator<<(ByteBuffer& buffer, WorldPackets::CombatLog::SpellDispell
|
||||
if (dispellData.Needed.is_initialized())
|
||||
buffer << int32(*dispellData.Needed);
|
||||
|
||||
_worldPacket.FlushBits();
|
||||
buffer.FlushBits();
|
||||
|
||||
return buffer;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user