diff options
author | p0wer <none@none> | 2010-03-08 21:19:52 -0600 |
---|---|---|
committer | p0wer <none@none> | 2010-03-08 21:19:52 -0600 |
commit | a4513c2559374d145b85c8399aa86374060a0fc4 (patch) | |
tree | 5deb50f57aa2bd730bc46501fe1b63e47053f33b | |
parent | ca033148c98cbfeb1544b6444a48e414a1603f07 (diff) |
Fix line endings.
--HG--
branch : trunk
-rw-r--r-- | src/scripts/northrend/grizzly_hills.cpp | 2 |
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) {} |