Fixed loading allowed mobs in world.
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
|
||||
|
||||
cZombie::cZombie(bool IsVillagerZombie) :
|
||||
super("Zombie", 54, "mob.zombie.hurt", "mob.zombie.death", 0.6, 1.8),
|
||||
super("Zombie", mtZombie, "mob.zombie.hurt", "mob.zombie.death", 0.6, 1.8),
|
||||
m_bIsConverting(false),
|
||||
m_bIsVillagerZombie(IsVillagerZombie)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user