Removed invalid Cookie item

This commit is contained in:
Shoghi Cervantes 2013-08-21 21:26:56 +02:00
parent 111c716c21
commit 8b5bd8f206
2 changed files with 2 additions and 2 deletions

View File

@ -1588,7 +1588,7 @@ class Player{
RAW_CHICKEN => 2, RAW_CHICKEN => 2,
MELON_SLICE => 2, MELON_SLICE => 2,
GOLDEN_APPLE => 10, GOLDEN_APPLE => 10,
COOKIE => 2, //COOKIE => 2,
COOKED_FISH => 5, COOKED_FISH => 5,
RAW_FISH => 2, RAW_FISH => 2,
); );

View File

@ -132,7 +132,7 @@ define("CAKE", 354);
define("BED", 355); define("BED", 355);
define("COOKIE", 357); //define("COOKIE", 357);
define("SHEARS", 359); define("SHEARS", 359);