forked from MagicBane/Server
More info on template bootstrap
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user