1
0

Merge pull request #1870 from mathias-gh/master

Fixed IronGolem sounds
This commit is contained in:
Mattes D 2015-04-17 21:46:58 +02:00
commit 4fca2f566f

View File

@ -8,7 +8,7 @@
cIronGolem::cIronGolem(void) :
super("IronGolem", mtIronGolem, "mob.IronGolem.hit", "mob.IronGolem.death", 1.4, 2.9)
super("IronGolem", mtIronGolem, "mob.irongolem.hit", "mob.irongolem.death", 1.4, 2.9)
{
}