diff options
| author | Shauren <shauren.trinity@gmail.com> | 2012-07-18 20:14:51 +0200 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2012-07-18 20:14:51 +0200 |
| commit | fa3a8363b19ee8417d143b616578544f699c7688 (patch) | |
| tree | 0c89950b6d22c65d3c342568854931ebd125d44a /src/server/scripts | |
| parent | 075e5d67515bec9650f4f3976880ea5862190b79 (diff) | |
Core/PacketIO: Zlib compression stream structure is kept per session - compress packets individually for each receiver
Diffstat (limited to 'src/server/scripts')
| -rw-r--r-- | src/server/scripts/Northrend/IcecrownCitadel/boss_the_lich_king.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/scripts/Northrend/IcecrownCitadel/boss_the_lich_king.cpp b/src/server/scripts/Northrend/IcecrownCitadel/boss_the_lich_king.cpp index 7d191341c6b..a8657925131 100644 --- a/src/server/scripts/Northrend/IcecrownCitadel/boss_the_lich_king.cpp +++ b/src/server/scripts/Northrend/IcecrownCitadel/boss_the_lich_king.cpp @@ -1146,7 +1146,7 @@ class boss_the_lich_king : public CreatureScript } // Send packet to all players in The Frozen Throne - void SendPacketToPlayers(WorldPacket* data) const + void SendPacketToPlayers(WorldPacket const* data) const { Map::PlayerList const& players = me->GetMap()->GetPlayers(); if (!players.isEmpty()) |
