From 8b5bd8f206eda6653bdef3462fb3895db6107be5 Mon Sep 17 00:00:00 2001 From: Shoghi Cervantes Date: Wed, 21 Aug 2013 21:26:56 +0200 Subject: [PATCH] Removed invalid Cookie item --- src/Player.php | 2 +- src/constants/ItemIDs.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Player.php b/src/Player.php index 2e1dc6a91..9c780ff18 100644 --- a/src/Player.php +++ b/src/Player.php @@ -1588,7 +1588,7 @@ class Player{ RAW_CHICKEN => 2, MELON_SLICE => 2, GOLDEN_APPLE => 10, - COOKIE => 2, + //COOKIE => 2, COOKED_FISH => 5, RAW_FISH => 2, ); diff --git a/src/constants/ItemIDs.php b/src/constants/ItemIDs.php index dc3636e45..18b4d3295 100644 --- a/src/constants/ItemIDs.php +++ b/src/constants/ItemIDs.php @@ -132,7 +132,7 @@ define("CAKE", 354); define("BED", 355); -define("COOKIE", 357); +//define("COOKIE", 357); define("SHEARS", 359);