diff options
Diffstat (limited to 'source/Mobs/Wolf.cpp')
-rw-r--r-- | source/Mobs/Wolf.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source/Mobs/Wolf.cpp b/source/Mobs/Wolf.cpp index 5a8ceabbc..52bfb46cb 100644 --- a/source/Mobs/Wolf.cpp +++ b/source/Mobs/Wolf.cpp @@ -10,6 +10,8 @@ cWolf::cWolf(void) { m_MobType = 95; + m_SoundHurt = "mob.wolf.hurt"; + m_SoundDeath = "mob.wolf.death"; GetMonsterConfig("Wolf"); } |