From 89cb879f1f6f28993587c2d7a372fe63745abef3 Mon Sep 17 00:00:00 2001 From: Shoghi Cervantes Date: Tue, 11 Jun 2013 17:42:47 +0200 Subject: [PATCH] Fixed pigs dropping leather --- src/world/Entity.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/world/Entity.php b/src/world/Entity.php index 4936ae474..2c099e4d7 100644 --- a/src/world/Entity.php +++ b/src/world/Entity.php @@ -195,7 +195,6 @@ class Entity extends Position{ ); case MOB_PIG: return array( - array(LEATHER, 0, mt_rand(0,2)), array(($this->fire > 0 ? COOKED_PORKCHOP:RAW_PORKCHOP), 0, 1), ); case MOB_SHEEP: