forked from MagicBane/Server
Template id back-filled when created.
This commit is contained in:
@@ -23,6 +23,8 @@ public class ItemTemplate {
|
||||
// Global template lookup
|
||||
public static HashMap<Integer, ItemTemplate> itemTemplates = new HashMap<>();
|
||||
|
||||
public int template_id;
|
||||
|
||||
// Template Properties
|
||||
public String obj_name;
|
||||
public boolean obj_pickable;
|
||||
|
||||
Reference in New Issue
Block a user