diff options
Diffstat (limited to '')
-rw-r--r-- | source/Mobs/Blaze.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source/Mobs/Blaze.cpp b/source/Mobs/Blaze.cpp index c3a1fbabf..bab0ea13a 100644 --- a/source/Mobs/Blaze.cpp +++ b/source/Mobs/Blaze.cpp @@ -10,6 +10,8 @@ cBlaze::cBlaze(void)
{
m_MobType = 61;
+ m_SoundHurt = "mob.blaze.hit";
+ m_SoundDeath = "mob.blaze.death";
GetMonsterConfig("Blaze");
}
|