aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormegamage <none@none>2009-03-31 07:42:13 -0600
committermegamage <none@none>2009-03-31 07:42:13 -0600
commit77cf2aab0f17eeca6bea4c084c54798b830fbdc3 (patch)
tree03e7ac85cf832c548b18227b667913b84ce2ec66
parent8168e7144c6dcf6b945c14ae811b5cd9691cf844 (diff)
[7589] Fixed Assault sounds in Arathi basin. Author: darkEvil
--HG-- branch : trunk
-rw-r--r--src/game/BattleGroundAB.h4
1 files 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
};