Not static

This commit is contained in:
2024-04-01 16:45:00 -04:00
parent cc02be95f3
commit 389373be30
+1 -1
View File
@@ -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;