aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/scripts/northrend/grizzly_hills.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/scripts/northrend/grizzly_hills.cpp b/src/scripts/northrend/grizzly_hills.cpp
index d3910db6ab3..ba251d4307e 100644
--- a/src/scripts/northrend/grizzly_hills.cpp
+++ b/src/scripts/northrend/grizzly_hills.cpp
@@ -366,7 +366,7 @@ enum eOuthouseBunny
};
enum eSounds
-{ SOUND_FEMALE = 12671, SOUND_MALE = 12670 };
+{ SOUND_FEMALE = 12671, SOUND_MALE = 12670 };
struct npc_outhouse_bunnyAI : public ScriptedAI
{
npc_outhouse_bunnyAI(Creature* pCreature) : ScriptedAI(pCreature) {}