Fixed loading allowed mobs in world.
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
|
||||
|
||||
cSkeleton::cSkeleton(bool IsWither) :
|
||||
super("Skeleton", 51, "mob.skeleton.hurt", "mob.skeleton.death", 0.6, 1.8),
|
||||
super("Skeleton", mtSkeleton, "mob.skeleton.hurt", "mob.skeleton.death", 0.6, 1.8),
|
||||
m_bIsWither(IsWither)
|
||||
{
|
||||
SetBurnsInDaylight(true);
|
||||
|
||||
Reference in New Issue
Block a user