From 77cf2aab0f17eeca6bea4c084c54798b830fbdc3 Mon Sep 17 00:00:00 2001 From: megamage Date: Tue, 31 Mar 2009 07:42:13 -0600 Subject: [PATCH] [7589] Fixed Assault sounds in Arathi basin. Author: darkEvil --HG-- branch : trunk --- src/game/BattleGroundAB.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/game/BattleGroundAB.h b/src/game/BattleGroundAB.h index 5307a436f12..abe81df5ef8 100644 --- a/src/game/BattleGroundAB.h +++ b/src/game/BattleGroundAB.h @@ -167,8 +167,8 @@ enum BG_AB_Sounds BG_AB_SOUND_NODE_CLAIMED = 8192, BG_AB_SOUND_NODE_CAPTURED_ALLIANCE = 8173, BG_AB_SOUND_NODE_CAPTURED_HORDE = 8213, - BG_AB_SOUND_NODE_ASSAULTED_ALLIANCE = 8174, - BG_AB_SOUND_NODE_ASSAULTED_HORDE = 8212, + BG_AB_SOUND_NODE_ASSAULTED_ALLIANCE = 8212, + BG_AB_SOUND_NODE_ASSAULTED_HORDE = 8174, BG_AB_SOUND_NEAR_VICTORY = 8456 };