mirror of
https://github.com/mangosfour/server.git
synced 2025-12-12 01:37:00 +00:00
Fix sound BG (SMSG_PLAY_SOUND)
This commit is contained in:
parent
3641284f16
commit
3601e28f3b
1 changed files with 1 additions and 0 deletions
|
|
@ -1637,6 +1637,7 @@ void BattleGroundMgr::BuildPlaySoundPacket(WorldPacket* data, uint32 soundid)
|
||||||
{
|
{
|
||||||
data->Initialize(SMSG_PLAY_SOUND, 4);
|
data->Initialize(SMSG_PLAY_SOUND, 4);
|
||||||
*data << uint32(soundid);
|
*data << uint32(soundid);
|
||||||
|
*data << uint64(0);
|
||||||
}
|
}
|
||||||
|
|
||||||
void BattleGroundMgr::BuildPlayerLeftBattleGroundPacket(WorldPacket* data, ObjectGuid guid)
|
void BattleGroundMgr::BuildPlayerLeftBattleGroundPacket(WorldPacket* data, ObjectGuid guid)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue