summaryrefslogtreecommitdiffstats
path: root/src/Protocol/Protocol_1_11.cpp
diff options
context:
space:
mode:
authorAlexander Harkness <me@bearbin.net>2020-04-10 02:01:07 +0200
committerAlexander Harkness <me@bearbin.net>2020-04-10 02:01:07 +0200
commit4b3043f627cd527b66f9b71be45be3188c3b0439 (patch)
treefe90285e4ba517acfe6ccec255d5d9076da1e5ca /src/Protocol/Protocol_1_11.cpp
parentOops, remember to save your files! (diff)
downloadcuberite-4b3043f627cd527b66f9b71be45be3188c3b0439.tar
cuberite-4b3043f627cd527b66f9b71be45be3188c3b0439.tar.gz
cuberite-4b3043f627cd527b66f9b71be45be3188c3b0439.tar.bz2
cuberite-4b3043f627cd527b66f9b71be45be3188c3b0439.tar.lz
cuberite-4b3043f627cd527b66f9b71be45be3188c3b0439.tar.xz
cuberite-4b3043f627cd527b66f9b71be45be3188c3b0439.tar.zst
cuberite-4b3043f627cd527b66f9b71be45be3188c3b0439.zip
Diffstat (limited to 'src/Protocol/Protocol_1_11.cpp')
-rw-r--r--src/Protocol/Protocol_1_11.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Protocol/Protocol_1_11.cpp b/src/Protocol/Protocol_1_11.cpp
index 7e46fa332..7ce4db539 100644
--- a/src/Protocol/Protocol_1_11.cpp
+++ b/src/Protocol/Protocol_1_11.cpp
@@ -577,6 +577,7 @@ UInt32 cProtocol_1_11_0::GetProtocolMobType(eMonsterType a_MobType)
case mtWolf: return 95;
case mtZombie: return 54;
case mtZombiePigman: return 57;
+ case mtZombieVillager: return 27;
}
UNREACHABLE("Unsupported mob type");
}