diff options
| author | Shauren <shauren.trinity@gmail.com> | 2012-07-18 14:43:55 +0200 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2012-07-18 14:43:55 +0200 |
| commit | e9e1fb10253956bea67fc197f0d8e1c055173034 (patch) | |
| tree | 63f9df10be8e40b31e028763b74997fdf3073859 /src/server/scripts | |
| parent | 52751a2c737665fd70d750becbb35307c4137568 (diff) | |
Core/PacketIO: Implemented packet compression for any opcode.
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 a8657925131..7d191341c6b 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 const* data) const + void SendPacketToPlayers(WorldPacket* data) const { Map::PlayerList const& players = me->GetMap()->GetPlayers(); if (!players.isEmpty()) |
