1
0
Fork 0

Use correct value for zombie villager in 1.13

This commit is contained in:
Mat 2020-04-10 05:17:46 +03:00 committed by GitHub
parent 4b3043f627
commit d4f3d674d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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");
}