Core/Misc: Fix merge fail

This commit is contained in:
Vincent-Michael
2014-09-13 22:59:28 +02:00
parent ca3961f987
commit 0591ee53b5
5 changed files with 7 additions and 6 deletions

View File

@@ -2446,8 +2446,9 @@ public:
return false;
}
WorldPacket data(SMSG_PLAY_SOUND, 4);
WorldPacket data(SMSG_PLAY_SOUND, 4 + 8);
data << uint32(soundId);
data << uint64(handler->GetSession()->GetPlayer()->GetGUID());
sWorld->SendGlobalMessage(&data);
handler->PSendSysMessage(LANG_COMMAND_PLAYED_TO_ALL, soundId);