forked from MagicBane/Server
Not static
This commit is contained in:
@@ -81,7 +81,7 @@ public class ItemTemplate {
|
||||
public int item_level_req;
|
||||
public Enum.SexType item_sex_req;
|
||||
public HashMap<String, int[]> item_user_power_action = new HashMap<>();
|
||||
public static HashMap<String, Integer> item_power_grant = new HashMap<>();
|
||||
public HashMap<String, Integer> item_power_grant = new HashMap<>();
|
||||
public HashMap<String, int[]> item_power_action = new HashMap<>();
|
||||
public HashMap<Enum.ResourceType, Integer> item_resource_cost = new HashMap<>();
|
||||
public int modTable;
|
||||
|
||||
Reference in New Issue
Block a user