From 4b3043f627cd527b66f9b71be45be3188c3b0439 Mon Sep 17 00:00:00 2001 From: Alexander Harkness Date: Fri, 10 Apr 2020 01:01:07 +0100 Subject: Fix compilation, for real this time. I should go to sleep now... --- src/Protocol/Protocol_1_8.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Protocol/Protocol_1_8.cpp') diff --git a/src/Protocol/Protocol_1_8.cpp b/src/Protocol/Protocol_1_8.cpp index a516ec891..c8883544d 100644 --- a/src/Protocol/Protocol_1_8.cpp +++ b/src/Protocol/Protocol_1_8.cpp @@ -1885,6 +1885,7 @@ UInt32 cProtocol_1_8_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"); } -- cgit v1.2.3