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_9.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Protocol/Protocol_1_9.cpp') diff --git a/src/Protocol/Protocol_1_9.cpp b/src/Protocol/Protocol_1_9.cpp index e33b65b69..1ff28e1ea 100644 --- a/src/Protocol/Protocol_1_9.cpp +++ b/src/Protocol/Protocol_1_9.cpp @@ -1941,6 +1941,7 @@ UInt32 cProtocol_1_9_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