aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorp0wer <none@none>2010-03-08 21:19:52 -0600
committerp0wer <none@none>2010-03-08 21:19:52 -0600
commita4513c2559374d145b85c8399aa86374060a0fc4 (patch)
tree5deb50f57aa2bd730bc46501fe1b63e47053f33b /src
parentca033148c98cbfeb1544b6444a48e414a1603f07 (diff)
Fix line endings.
--HG-- branch : trunk
Diffstat (limited to 'src')
-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) {}