forked from MagicBane/Server
Begin constructor refactor
This commit is contained in:
@@ -70,7 +70,7 @@ public class Item extends AbstractWorldObject {
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
public Item(int templateID) {
|
public Item(int templateID) {
|
||||||
|
super();
|
||||||
this.template = ItemTemplate.itemTemplates.get(templateID);
|
this.template = ItemTemplate.itemTemplates.get(templateID);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user