Normalized Item Names

This commit is contained in:
Shoghi Cervantes Pueyo
2013-03-29 20:11:53 +01:00
parent 6d39f54591
commit 3f2cb86859
10 changed files with 10 additions and 10 deletions

View File

@ -27,7 +27,7 @@ the Free Software Foundation, either version 3 of the License, or
class IronIngotItem extends Item{
public function __construct($meta = 0, $count = 1){
parent::__construct(IRON_INGOT, 0, $count, "IronIngot");
parent::__construct(IRON_INGOT, 0, $count, "Iron Ingot");
}
}