mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-19 17:05:44 +01:00
Scripts/Icecrown Citadel: Fixed SMSG_PLAY_MUSIC structure used in The Lich King encounter
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user