More info on template bootstrap

This commit is contained in:
2024-04-10 17:40:00 -04:00
parent 4d18e71aa1
commit df037a51f0
2 changed files with 2 additions and 5 deletions
+1 -1
View File
@@ -181,7 +181,7 @@ public class ItemTemplate {
// Banes are defined by their sparse data field
if (obj_sparse_data.entrySet().contains("ACTIONRESPONSE"))
if (obj_sparse_data.get("ACTIONRESPONSE") != null)
if (obj_sparse_data.get("ACTIONRESPONSE").equals("4250517122"))
item_bane_rank = ((Long) jsonObject.get("item_bane_rank")).intValue();