summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMat <mail@mathias.is>2020-04-10 04:17:46 +0200
committerGitHub <noreply@github.com>2020-04-10 04:17:46 +0200
commitd4f3d674d15784a0d83ad5e67defea179e08065d (patch)
treedfbd9ab96528b866f146679b5c72ab6a579c4e20
parentFix compilation, for real this time. (diff)
downloadcuberite-d4f3d674d15784a0d83ad5e67defea179e08065d.tar
cuberite-d4f3d674d15784a0d83ad5e67defea179e08065d.tar.gz
cuberite-d4f3d674d15784a0d83ad5e67defea179e08065d.tar.bz2
cuberite-d4f3d674d15784a0d83ad5e67defea179e08065d.tar.lz
cuberite-d4f3d674d15784a0d83ad5e67defea179e08065d.tar.xz
cuberite-d4f3d674d15784a0d83ad5e67defea179e08065d.tar.zst
cuberite-d4f3d674d15784a0d83ad5e67defea179e08065d.zip
-rw-r--r--src/Protocol/Protocol_1_13.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Protocol/Protocol_1_13.cpp b/src/Protocol/Protocol_1_13.cpp
index c9482855d..e7de8158d 100644
--- a/src/Protocol/Protocol_1_13.cpp
+++ b/src/Protocol/Protocol_1_13.cpp
@@ -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");
}