Use correct value for zombie villager in 1.13
This commit is contained in:
parent
4b3043f627
commit
d4f3d674d1
@ -434,7 +434,7 @@ UInt32 cProtocol_1_13::GetProtocolMobType(eMonsterType a_MobType)
|
||||
case mtWolf: return 86;
|
||||
case mtZombie: return 87;
|
||||
case mtZombiePigman: return 53;
|
||||
case mtZombieVillager: return 27;
|
||||
case mtZombieVillager: return 89;
|
||||
}
|
||||
UNREACHABLE("Unsupported mob type");
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user