aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/server/scripts/Northrend/IcecrownCitadel/boss_the_lich_king.cpp1
1 files changed, 1 insertions, 0 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 aab1996a01d..65da2226a74 100644
--- a/src/server/scripts/Northrend/IcecrownCitadel/boss_the_lich_king.cpp
+++ b/src/server/scripts/Northrend/IcecrownCitadel/boss_the_lich_king.cpp
@@ -1096,6 +1096,7 @@ class boss_the_lich_king : public CreatureScript
{
WorldPacket data(SMSG_PLAY_MUSIC, 4);
data << uint32(musicId);
+ data << uint64(me->GetGUID());
SendPacketToPlayers(&data);
}