diff options
author | Golrag <golrag.jeremy@gmail.com> | 2015-04-17 09:33:41 +0200 |
---|---|---|
committer | Golrag <golrag.jeremy@gmail.com> | 2015-04-17 11:45:07 +0200 |
commit | 82a33c7fa868d5ace7f855dba26b5f41c12bab6e (patch) | |
tree | 304c6bacc7d02b8027fd33b2f6d0ac0f3b35ada3 /src/server/game/Battlegrounds/BattlegroundMgr.h | |
parent | 280a0b8e35ccf2fde55199938dffb2851892eaa2 (diff) |
Core/PacketIO: SMSG_PLAY_SOUND
Diffstat (limited to 'src/server/game/Battlegrounds/BattlegroundMgr.h')
-rw-r--r-- | src/server/game/Battlegrounds/BattlegroundMgr.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/server/game/Battlegrounds/BattlegroundMgr.h b/src/server/game/Battlegrounds/BattlegroundMgr.h index 5f4fe41437c..55afad9e6c6 100644 --- a/src/server/game/Battlegrounds/BattlegroundMgr.h +++ b/src/server/game/Battlegrounds/BattlegroundMgr.h @@ -92,7 +92,6 @@ class BattlegroundMgr void BuildBattlegroundStatusActive(WorldPackets::Battleground::BattlefieldStatusActive* battlefieldStatus, Battleground* bg, Player* player, uint32 ticketId, uint32 joinTime, uint32 arenaType); void BuildBattlegroundStatusQueued(WorldPackets::Battleground::BattlefieldStatusQueued* battlefieldStatus, Battleground* bg, Player* player, uint32 ticketId, uint32 joinTime, uint32 avgWaitTime, uint32 arenaType, bool asGroup); void BuildBattlegroundStatusFailed(WorldPackets::Battleground::BattlefieldStatusFailed* battlefieldStatus, Battleground* bg, Player* pPlayer, uint32 ticketId, uint32 arenaType, GroupJoinBattlegroundResult result, ObjectGuid const* errorGuid = nullptr); - void BuildPlaySoundPacket(WorldPacket* data, uint32 soundId); void SendAreaSpiritHealerQueryOpcode(Player* player, Battleground* bg, ObjectGuid guid); /* Battlegrounds */ |