diff options
| author | Vincent-Michael <Vincent_Michael@gmx.de> | 2014-09-13 22:59:28 +0200 |
|---|---|---|
| committer | Vincent-Michael <Vincent_Michael@gmx.de> | 2014-09-13 22:59:28 +0200 |
| commit | 0591ee53b5d848009fd258f5b2f076a7ab045fa3 (patch) | |
| tree | ec01cf3dceb63c58cac3c7e6991206831218c821 /src/server/game/Battlegrounds/BattlegroundMgr.cpp | |
| parent | ca3961f9875608bd02ba42445f165a02002444f8 (diff) | |
Core/Misc: Fix merge fail
Diffstat (limited to 'src/server/game/Battlegrounds/BattlegroundMgr.cpp')
| -rw-r--r-- | src/server/game/Battlegrounds/BattlegroundMgr.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/game/Battlegrounds/BattlegroundMgr.cpp b/src/server/game/Battlegrounds/BattlegroundMgr.cpp index c51c7aa95c2..a0fd1f988a7 100644 --- a/src/server/game/Battlegrounds/BattlegroundMgr.cpp +++ b/src/server/game/Battlegrounds/BattlegroundMgr.cpp @@ -435,7 +435,7 @@ void BattlegroundMgr::BuildUpdateWorldStatePacket(WorldPacket* data, uint32 fiel void BattlegroundMgr::BuildPlaySoundPacket(WorldPacket* data, uint32 soundid) { - data->Initialize(SMSG_PLAY_SOUND, 4); + data->Initialize(SMSG_PLAY_SOUND, 4 + 8); *data << uint32(soundid); *data << uint64(0); } |
