diff options
Diffstat (limited to 'source/Mobs/Ocelot.cpp')
-rw-r--r-- | source/Mobs/Ocelot.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source/Mobs/Ocelot.cpp b/source/Mobs/Ocelot.cpp index 02d5ccc37..df2eb5c04 100644 --- a/source/Mobs/Ocelot.cpp +++ b/source/Mobs/Ocelot.cpp @@ -10,6 +10,8 @@ cOcelot::cOcelot()
{
m_MobType = 98;
+ m_SoundHurt = "mob.cat.hitt";
+ m_SoundDeath = "mob.cat.hitt";
GetMonsterConfig("Ocelot");
}
|